2017-05-18 01:21:04 +02:00

11 lines
471 B
Plaintext

=semantic_form_for [:public, @customer_message], :url => answer_save_public_customer_message_path(@parent_customer_message), :remote => true do |f|
=#f.input :tel, :label => qit("votre-numero-de-telephone-label","Votre numéro de téléphone :")
=#f.input :expediteur_mail, :label => qit("your-mail-label","Votre mail :")
=f.input :message, :label => "Message"
=f.hidden_field :destinataire_id
=f.submit "Envoyer mon message", :class => "btn btn-primary"