21 lines
396 B
Plaintext
21 lines
396 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une catégorie', new_admin_p_commercial_cat_path(), :class => "btn btn-primary bgbd-clients", :remote => true
|
|
%h1
|
|
Commerciaux
|
|
%span
|
|
Catégorie
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Catégorie
|
|
%th.actions
|
|
|
|
|
|
%tbody#p_commercial_cats_rows
|
|
=render @p_commercial_cats
|
|
|
|
|