19 lines
540 B
Plaintext
Executable File
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 |