22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter ', new_admin_p_price_cat_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Catégorie de prix
|
|
%span
|
|
Liste
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Actif ?
|
|
%th Catégorie
|
|
%th.actions
|
|
|
|
|
|
%tbody#p_price_cats_rows
|
|
=render @p_price_cats
|
|
|
|
|