mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Add status notes data at the XML element
This commit is contained in:
parent
8babae9a0e
commit
5c842a3100
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ xml.epp_head do
|
|||
xml.tag!('domain:name', @domain.name)
|
||||
xml.tag!('domain:roid', @domain.roid)
|
||||
@domain.statuses.each do |s|
|
||||
xml.tag!('domain:status', 's' => s)
|
||||
xml.tag!('domain:status', @domain.status_notes[s], 's' => s)
|
||||
end
|
||||
|
||||
xml.tag!('domain:registrant', @domain.registrant.code)
|
||||
|
|
|
@ -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
|
||||
- @data.css('status').each do |x|
|
||||
%tr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue