negos_app/app/views/admin/offers/_form.html.haml
2016-02-16 21:09:48 +01:00

9 lines
259 B
Plaintext
Executable File

=semantic_form_for [:admin, @need, @offer] do |f|
.content
=f.inputs do
=f.input :supplier, :label => "Nom du fournisseur : "
=f.input :price, :label => "Prix négocié : "
.actions= f.submit "Sauvegarder", :class => "btn btn-primary"