50 lines
561 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|