15 lines
482 B
Plaintext
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"
|
|
|
|
|