negos_app/app/views/admin/customers/index.html.haml

35 lines
432 B
Plaintext

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