panier_app/app/views/admin/contacts/_contact.html.haml
Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +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)