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
2021-08-26 15:58:34 +02:00

12 lines
277 B
Plaintext

=semantic_form_for [:admin, @p_article], :remote => true do |f|
.content
=f.inputs do
= f.input :p_product_ref, :label => f.object.label_for(:p_product_ref)
.actions=f.submit "sauvegarder", :class => "btn btn-primary"