11 lines
366 B
Plaintext
11 lines
366 B
Plaintext
|
|
%tr.p_degressif_form.field
|
|
%td{:style => "width:30%"}
|
|
=form.input :nbr, :label => "Nombre min :"
|
|
%td{:style => "width:40%"}
|
|
=form.input :price, :label => "Prix"
|
|
%td{:style => "width:20%"}
|
|
=form.input :p_price_cats, :label => "Catégories de prix :", :as => :check_boxes
|
|
%td{:style => "width:10%"}
|
|
=link_to_remove_fields ic(:"trash-o"), form
|