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 %dd
= l(@contact.created_at, format: :short) = l(@contact.created_at, format: :short)
by by
= creator_link(@contact) = @contact.name
%dt= t(:updated) %dt= t(:updated)
%dd %dd
= l(@contact.updated_at, format: :short) = l(@contact.updated_at, format: :short)
by by
= updator_link(@contact) = @contact.name
%dt= t(:registrar) %dt= t(:registrar)
%dd %dd

View file

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