57 lines
722 B
Plaintext

%h1 Liste des utilisateurs
%p
=form_tag "?", :method => :get do
Email :
=text_field_tag :q, params[:q]
=submit_tag "Rechercher"
%table.table.table-hover.table-striped.annonce_account_table
%thead#annonce_account_rows_header.rows_header
%tr
%td
%td
Nom d'utilisateur
%td
%td Parrain
%td
Pays
%td
Email
%td
Nombre d'annonces
%td
Chiffre d'affaire
%td
Commissions
%td{:style => "width:100px"}
 
%tbody#annonce_account_rows.rows
=render @annonce_accounts
.pagination= paginate @annonce_accounts