23 lines
414 B
Plaintext
23 lines
414 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une remise', new_admin_market_discount_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Remises marché
|
|
%span
|
|
Liste
|
|
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Catégorie
|
|
%th Min
|
|
%th Réduction
|
|
%th.actions
|
|
|
|
|
|
%tbody#market_discounts_rows
|
|
=render @market_discounts
|
|
|
|
|