mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Remove useless data from UI
This commit is contained in:
parent
36b95973c8
commit
d403fdb5af
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@
|
|||
<% end %>
|
||||
|
||||
<dt><%= Contact.human_attribute_name :created_at %></dt>
|
||||
<dd><%= l @contact.created_at %> by <%= @contact.name %></dd>
|
||||
<dd><%= l @contact.created_at %></dd>
|
||||
|
||||
<dt><%= Contact.human_attribute_name :updated_at %></dt>
|
||||
<dd><%= l @contact.updated_at %> by <%= @contact.name %></dd>
|
||||
<dd><%= l @contact.updated_at %></dd>
|
||||
|
||||
<dt><%= Registrar.model_name.human %></dt>
|
||||
<dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue