pollen_app/app/views/admin/contacts/_contact.html.haml
Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02: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)