9 lines
259 B
Plaintext
Executable File
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"
|