105842700-api_link_delete

This commit is contained in:
Stas 2016-02-12 12:34:17 +02:00
parent 404e52faf6
commit 81a19983a7
2 changed files with 4 additions and 4 deletions

View file

@ -31,13 +31,13 @@
%dd
= l(@contact.created_at, format: :short)
by
= creator_link(@contact)
= @contact.name
%dt= t(:updated)
%dd
= l(@contact.updated_at, format: :short)
by
= updator_link(@contact)
= @contact.name
%dt= t(:registrar)
%dd

View file

@ -35,13 +35,13 @@
%dd
= l(@contact.created_at, format: :short)
by
= creator_link(@contact)
= @contact.name
%dt= t(:updated)
%dd
= l(@contact.updated_at, format: :short)
by
= updator_link(@contact)
= @contact.name
%dt= t(:registrar)
%dd