coton_app/app/views/public/p_contacts/_form.html.haml
Nicolas Bally 5f5d2b403f suite
2019-03-04 02:34:11 +01:00

20 lines
564 B
Plaintext
Executable File

.p_contact_form.field
%table{:style => "width:100%;"}
%tr
-if false
%td{:style => "width:30px;"}
%p
%strong BL
= form.input :bc, :label => ""
%td
= form.input :name, :label => "Nom du contact :"
%td
= form.input :comment, :label => "Fonction, commentaire :", :as => :string
%td
= form.input :tel, :label => "Tel :"
%td
= form.input :email, :label => "Email :"
%td{:style => "width:30px;"}
=link_to_remove_fields ic(:"trash-o"), form