diff --git a/app/views/registrant/contacts/show/_domains.html.erb b/app/views/registrant/contacts/show/_domains.html.erb index dbdb7d0fd..7c6a5462f 100644 --- a/app/views/registrant/contacts/show/_domains.html.erb +++ b/app/views/registrant/contacts/show/_domains.html.erb @@ -41,24 +41,17 @@ - <% domains.each do |x| %> - - - <%= link_to(x.name, [:registrant, x]) %> - - - <%= link_to(x.registrar, [:registrant, x.registrar]) %> - - - <%= l(x.valid_to, format: :short) %> - - - <%= x.roles.join(", ") %> - - - <% end %> + <% domains.each do |x| %> + + <%= link_to(x.name, [:registrant, x]) %> + <%= link_to(x.registrar, [:registrant, x.registrar]) %> + <%= l(x.valid_to, format: :short) %> + <%= x.roles.join(", ") %> + + <% end %> + <%= paginate domains, param_name: :domain_page %> \ No newline at end of file diff --git a/app/views/registrant/contacts/show/_general.html.erb b/app/views/registrant/contacts/show/_general.html.erb index 109d6316a..3f12b45c3 100644 --- a/app/views/registrant/contacts/show/_general.html.erb +++ b/app/views/registrant/contacts/show/_general.html.erb @@ -14,8 +14,10 @@
<%= @contact.name %>
<%= Contact.human_attribute_name :auth_info %>
-
<%= text_field_tag :auth_info, @contact.auth_info, readonly: true, - class: 'partially-hidden' %>
+
+ <%= text_field_tag :auth_info, @contact.auth_info, readonly: true, + class: 'partially-hidden' %> +

<%= Contact.human_attribute_name :ident %>