mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Merge remote-tracking branch 'origin/111219288-history_view' into staging
This commit is contained in:
commit
b304f69696
1 changed files with 31 additions and 27 deletions
|
@ -55,6 +55,7 @@
|
||||||
= "#{l(domain.valid_to, format: :date)}"
|
= "#{l(domain.valid_to, format: :date)}"
|
||||||
|
|
||||||
%td
|
%td
|
||||||
|
- if registrant
|
||||||
- registrant.each do |r|
|
- registrant.each do |r|
|
||||||
%p
|
%p
|
||||||
= r[:name]
|
= r[:name]
|
||||||
|
@ -64,6 +65,7 @@
|
||||||
= r[:code]
|
= r[:code]
|
||||||
|
|
||||||
%td
|
%td
|
||||||
|
- if admin_contacts
|
||||||
- admin_contacts.each do |ac|
|
- admin_contacts.each do |ac|
|
||||||
%p
|
%p
|
||||||
= ac[:name]
|
= ac[:name]
|
||||||
|
@ -73,6 +75,7 @@
|
||||||
= ac[:code]
|
= ac[:code]
|
||||||
|
|
||||||
%td
|
%td
|
||||||
|
- if tech_contacts
|
||||||
- tech_contacts.each do |tc|
|
- tech_contacts.each do |tc|
|
||||||
%p
|
%p
|
||||||
= tc[:name]
|
= tc[:name]
|
||||||
|
@ -83,6 +86,7 @@
|
||||||
|
|
||||||
%td
|
%td
|
||||||
%p
|
%p
|
||||||
|
- if nameservers
|
||||||
- nameservers.each do |ns|
|
- nameservers.each do |ns|
|
||||||
= ns[:hostname]
|
= ns[:hostname]
|
||||||
%br
|
%br
|
||||||
|
@ -91,7 +95,7 @@
|
||||||
|
|
||||||
%td
|
%td
|
||||||
%p
|
%p
|
||||||
= domain.registrar.name
|
= domain.registrar.name if domain.registrar
|
||||||
|
|
||||||
- if domain.pending_json.present?
|
- if domain.pending_json.present?
|
||||||
%tr.js-pending{ style: 'display: none;' }
|
%tr.js-pending{ style: 'display: none;' }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue