13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
=semantic_form_for [:admin, @p_article], :remote => true do |f|
|
|
|
|
.content
|
|
=f.inputs do
|
|
= f.input :p_product_ref, as: :select, collection: PProductRef.all, :label => f.object.label_for(:p_product_ref)
|
|
|
|
|
|
|
|
|
|
|
|
.actions=f.submit "sauvegarder", :class => "btn btn-primary"
|
|
|