19 lines
499 B
Plaintext
19 lines
499 B
Plaintext
.field
|
|
.person_form
|
|
|
|
.person
|
|
|
|
=form.hidden_field :newsletter
|
|
=form.hidden_field :web
|
|
%table
|
|
%tr
|
|
|
|
%td=form.input :surname, :label => "Nom"
|
|
%td=form.input :firstname, :label => "Prénom"
|
|
%td=form.input :email, :label => "Email"
|
|
%td{:style => "vertical-align:top;"}=form.input :phone, :label => "Tél"
|
|
%td
|
|
|
|
= link_to_remove_fields i(:"trash-o"), form
|
|
|
|
|