qi6_app/app/views/admin/p_commercials/_form.html.haml
2019-05-17 12:30:45 +02:00

25 lines
686 B
Plaintext
Executable File

=semantic_form_for [:admin, @p_commercial], :remote => true do |f|
.content
=f.inputs do
= f.input :name, :label => "Nom :"
= f.input :firstname, :label => "Prénom :"
=# f.input :address1, :label => "Adresse 1 :"
=# f.input :address2, :label => "Adresse 2 :"
=# f.input :cp, :label => "CP :"
=# f.input :city, :label => "Ville :"
=# f.input :country, :label => "Pays :"
= f.input :email, :label => "Email :"
= f.input :phone, :label => "Tel :"
=#f.input :compta_account, :label => "Compte comptable :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"