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">
|
<div class="panel-body">
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt><%= Registrant.human_attribute_name :name %></dt>
|
<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>
|
<dt><%= Registrant.human_attribute_name :code %></dt>
|
||||||
<dd><%= registrant.code %></dd>
|
<dd><%= registrant.code %></dd>
|
||||||
|
@ -21,8 +23,4 @@
|
||||||
<dd><%= registrant.phone %></dd>
|
<dd><%= registrant.phone %></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panel-footer text-right">
|
|
||||||
<%= link_to t('.view_details_btn'), registrant_domain_contact_path(domain, registrant) %>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
|
@ -12,7 +12,6 @@ en:
|
||||||
partials:
|
partials:
|
||||||
registrant:
|
registrant:
|
||||||
header: Registrant
|
header: Registrant
|
||||||
view_details_btn: View details
|
|
||||||
|
|
||||||
domain_contacts:
|
domain_contacts:
|
||||||
header_admin_domain_contacts: Administrative contacts
|
header_admin_domain_contacts: Administrative contacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue