pic_vert_app/app/views/people/_form.html.haml
2013-01-08 22:47:42 +01:00

15 lines
482 B
Plaintext

%div{:style => "width:50%;float:right"}
=form.inputs do
=form.input :newsgroups, :as => :check_boxes, :collection => Newsgroup.all, :label => "Groupes"
%div{:style => "width:50%;"}
=form.inputs do
=form.input :newsletter
=form.input :surname, :placeholder => "Nom"
=form.input :firstname , :placeholder => "Prénom"
=form.input :email, :placeholder => "Email"
=form.input :phone, :placeholder => "Téléphone"
=form.input :job, :placeholder => "Profession"