28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
=semantic_form_for [:admin, @particular_hist], :remote => true do |f|
|
|
|
|
.content
|
|
=f.inputs do
|
|
= f.input :particular, :label => "particular :"
|
|
= f.input :p_customer, :label => "p_customer :"
|
|
= f.input :description, :label => "description :"
|
|
= f.input :name, :label => "name :"
|
|
= f.input :firstname, :label => "firstname :"
|
|
= f.input :address_1, :label => "address_1 :"
|
|
= f.input :address_2, :label => "address_2 :"
|
|
= f.input :address_3, :label => "address_3 :"
|
|
= f.input :address_4, :label => "address_4 :"
|
|
= f.input :address_5, :label => "address_5 :"
|
|
= f.input :cp, :label => "cp :"
|
|
= f.input :city, :label => "city :"
|
|
= f.input :country, :label => "country :"
|
|
= f.input :tel, :label => "tel :"
|
|
= f.input :email, :label => "email :"
|
|
= f.input :civilite, :label => "civilite :"
|
|
= f.input :npai, :label => "npai :"
|
|
|
|
|
|
|
|
|
|
|
|
.actions=f.submit "sauvegarder", :class => "btn btn-primary"
|
|
|