This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/p_articles/_form.html.haml

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"