ual_app/app/views/admin/contacts/index.html.haml
Nicolas Bally ec1f1ae71a contacts
2015-11-01 18:50:03 +01:00

45 lines
493 B
Plaintext

= link_to 'Ajouter un contact', new_admin_contact_path, :class => "btn btn-primary", :style => "float:right;", :remote => true
%h1 Liste des contacts
%table.table.table-hover
%thead#Admin_rows_header.rows_header
%tr
%td
Date
%td
Nom
%td
Email
%td
Tel
%td{:style => "width:150px"}
 
%tbody#admin_rows.rows
=render @contacts