mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Merge branch '117226457-registrar_client_domain_view' into staging
This commit is contained in:
commit
a769b9c047
2 changed files with 7 additions and 4 deletions
|
@ -6,10 +6,12 @@
|
|||
%thead
|
||||
%tr
|
||||
%th{class: 'col-xs-4'}= t(:type)
|
||||
%th{class: 'col-xs-8'}= t(:id)
|
||||
%th{class: 'col-xs-4'}= t(:name)
|
||||
%th{class: 'col-xs-4'}= t(:id)
|
||||
%tbody
|
||||
- @data.css('contact').each do |x|
|
||||
- registrant = Contact.find_by_code(x.text)
|
||||
%tr
|
||||
%td= x['type']
|
||||
%td= x.text
|
||||
|
||||
%td= registrant.name
|
||||
%td= x.text
|
|
@ -10,8 +10,9 @@
|
|||
%dt= t(:registrar)
|
||||
%dd= @data.css('clID').text
|
||||
|
||||
- registrant = Contact.find_by_code(@data.css('registrant').text)
|
||||
%dt= t(:registrant)
|
||||
%dd= @data.css('registrant').text
|
||||
%dd= "#{registrant.name} (#{@data.css('registrant').text})"
|
||||
|
||||
%dt= t(:registered)
|
||||
%dd= @data.css('crDate').text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue