intra_app/app/views/admin/p_contacts/_form.html.haml
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

19 lines
540 B
Plaintext
Executable File

.p_contact_form.field
%table{:style => "width:100%;"}
%tr
%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