Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

33 lines
1.2 KiB
Plaintext

=semantic_form_for [:admin, @organisateur], :remote => true do |f|
.content
=f.inputs do
= f.input :logo_id, :label => "Logo :", :as => :qi_image_select
= f.input :image_file_id, :label => "Image :" , :as => :qi_image_select
= f.input :name, :label => "Nom :"
= f.input :website, :label => "Site web :"
= f.input :description, :label => "Description :"
= f.input :person_civilite, :label => "Civilité :"
= f.input :person_name, :label => "Nom :"
= f.input :person_firstname, :label => "Prénom :"
= f.input :person_fonction, :label => "Fonction :"
= f.input :email, :label => "Email :"
= f.input :email2, :label => "Email 2 :"
= f.input :tel, :label => "Tel :"
= f.input :portable, :label => "Portable :"
= f.input :address2, :label => "Adresse :"
= f.input :address3, :label => "Adresse suite :"
= f.input :cp, :label => "Code postal :"
= f.input :city, :label => "Ville:"
= f.input :country, :label => "Pays :"
= f.input :affiliation, :label => "N° Affiliation :"
= f.input :facebook, :label => "Facebook :"
.actions=f.submit "sauvegarder", :class => "btn btn-primary"