21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une catégorie de prix', new_admin_p_price_cat_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Clients
|
|
%span
|
|
Catégories de prix
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Nom
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_price_cats_rows
|
|
=render @p_price_cats
|
|
|
|
|