diff --git a/app/views/registrant/contacts/show/_general.html.erb b/app/views/registrant/contacts/show/_general.html.erb index 0ebf5da21..025aacd14 100644 --- a/app/views/registrant/contacts/show/_general.html.erb +++ b/app/views/registrant/contacts/show/_general.html.erb @@ -34,10 +34,10 @@ <% end %>
<%= Contact.human_attribute_name :created_at %>
-
<%= l @contact.created_at %> by <%= @contact.name %>
+
<%= l @contact.created_at %>
<%= Contact.human_attribute_name :updated_at %>
-
<%= l @contact.updated_at %> by <%= @contact.name %>
+
<%= l @contact.updated_at %>
<%= Registrar.model_name.human %>