Nicolas Bally 772e87ffb7 initial
2015-11-14 00:08:54 +01:00

50 lines
561 B
Plaintext

%h1 Liste des utilisateurs
%table.table.table-hover.table-striped.customer_table
%thead#customer_rows_header.rows_header
%tr
%td
%td
Nom d'utilisateur
%td Parrain
%td
Pays
%td
Email
%td
Nombre d'annonces
%td
Chiffre d'affaire
%td
Commissions
%td{:style => "width:100px"}
 
%tbody#customer_rows.rows
=render @customers
.pagination= paginate @customers