Updated domain status view for pending #2785

This commit is contained in:
Priit Tark 2015-08-11 00:04:36 +03:00
parent e988bb6a20
commit 17eec8e298
5 changed files with 41 additions and 20 deletions

View file

@ -6,7 +6,7 @@
%thead
%tr
%th{class: 'col-xs-6'}= t(:status)
%th{class: 'col-xs-6'}= t(:description)
%th{class: 'col-xs-6'}= t(:notes)
%tbody
- @domain.statuses.each do |status|
%tr
@ -15,4 +15,4 @@
= link_to status, admin_domain_domain_versions_path(@domain.id)
- else
= status
%td
%td= @domain.status_notes[status]