This commit is contained in:
Nicolas Bally 2017-11-13 22:49:58 +01:00
parent f3f8a1104e
commit e37ad82ef9

View File

@ -7,7 +7,7 @@
= f.input :admin_id, :label => "Géré par ?", :collection => (Admin.where(:contact_role => true).all.map{|u|[ u.username, u.id]}), :as => :select
= f.input :archived, :label => "Archivé ?"
= f.input :name, :label => "Nom"
= f.input :email, :label => "Email"]
= f.input :email, :label => "Email"
= f.input :tel, :label => "Téléphone"
= f.input :place, :label => "Lieu"