pic_vert_app/app/views/public/people/_form.html.haml
Nicolas Bally 429325823c suite
2019-06-02 18:48:14 +02:00

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