Merge pull request #2317 from internetee/2211-registrar-statuses-notes

Registrar statuses notes
This commit is contained in:
Timo Võhmar 2022-04-05 15:54:43 +03:00 committed by GitHub
commit 4f7ba4825d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)

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
- @data.css('status').each do |x|
%tr