diff --git a/app/views/registrant/domains/partials/_registrant.html.erb b/app/views/registrant/domains/partials/_registrant.html.erb index 67e0c91a4..f02a2eb4e 100644 --- a/app/views/registrant/domains/partials/_registrant.html.erb +++ b/app/views/registrant/domains/partials/_registrant.html.erb @@ -6,7 +6,9 @@
<%= Registrant.human_attribute_name :name %>
-
<%= registrant.name %>
+
+ <%= link_to registrant.name, registrant_domain_contact_path(domain, registrant) %> +
<%= Registrant.human_attribute_name :code %>
<%= registrant.code %>
@@ -21,8 +23,4 @@
<%= registrant.phone %>
- - \ No newline at end of file diff --git a/config/locales/registrant/domains.en.yml b/config/locales/registrant/domains.en.yml index 8df58239f..5016f3f4e 100644 --- a/config/locales/registrant/domains.en.yml +++ b/config/locales/registrant/domains.en.yml @@ -12,7 +12,6 @@ en: partials: registrant: header: Registrant - view_details_btn: View details domain_contacts: header_admin_domain_contacts: Administrative contacts