21 lines
382 B
Plaintext
21 lines
382 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une catégorie', new_admin_p_customer_cat_path(), :class => "btn btn-primary bgbd-clients", :remote => true
|
|
%h1
|
|
Produits
|
|
%span
|
|
Catégories
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Catégorie
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_customer_cats_rows
|
|
=render @p_customer_cats
|
|
|
|
|