mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Restore old UI
This commit is contained in:
parent
1b16c92835
commit
d9526c6f3a
2 changed files with 3 additions and 6 deletions
|
@ -6,7 +6,9 @@
|
|||
<div class="panel-body">
|
||||
<dl class="dl-horizontal">
|
||||
<dt><%= Registrant.human_attribute_name :name %></dt>
|
||||
<dd><%= registrant.name %></dd>
|
||||
<dd>
|
||||
<%= link_to registrant.name, registrant_domain_contact_path(domain, registrant) %>
|
||||
</dd>
|
||||
|
||||
<dt><%= Registrant.human_attribute_name :code %></dt>
|
||||
<dd><%= registrant.code %></dd>
|
||||
|
@ -21,8 +23,4 @@
|
|||
<dd><%= registrant.phone %></dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div class="panel-footer text-right">
|
||||
<%= link_to t('.view_details_btn'), registrant_domain_contact_path(domain, registrant) %>
|
||||
</div>
|
||||
</div>
|
|
@ -12,7 +12,6 @@ en:
|
|||
partials:
|
||||
registrant:
|
||||
header: Registrant
|
||||
view_details_btn: View details
|
||||
|
||||
domain_contacts:
|
||||
header_admin_domain_contacts: Administrative contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue