coton_app/app/views/admin/contacts/_contact.html.haml
2018-12-15 14:06:53 +01:00

8 lines
139 B
Plaintext

%tr
%td
=l contact.created_at
%td
=contact.firstname
=contact.name
%td
= link_to i(:eye), admin_contact_path(contact)