32 lines
494 B
Plaintext
32 lines
494 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un commercial', new_admin_p_commercial_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Commerciaux
|
|
%span
|
|
Liste
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
|
|
|
|
|
|
%th Catégorie
|
|
%th Code
|
|
%th Prénom / Nom
|
|
|
|
%th
|
|
Email
|
|
%th
|
|
Tél
|
|
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_commercials_rows
|
|
=render @p_commercials
|
|
|
|
|