mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Updated domain status view for pending #2785
This commit is contained in:
parent
e988bb6a20
commit
17eec8e298
5 changed files with 41 additions and 20 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue