suite
This commit is contained in:
parent
f3f8a1104e
commit
e37ad82ef9
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user