47 lines
484 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|