kaps_app/app/views/admin/contacts/_contact.html.haml
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +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)