negos_app/app/views/admin/customers/index.html.haml
2015-11-18 22:46:18 +01:00

47 lines
484 B
Plaintext

%h1 Liste des utilisateurs
%table.table.table-hover.table-striped.customer_table
%thead#customer_rows_header.rows_header
%tr
%td
Société
%td
Nom
%td
Ville
%td
Email confirmé ?
%td
Email
%td{:style => "width:100px"}
 
%tbody#customer_rows.rows
=render @customers
.pagination= paginate @customers