jipe_app/app/views/question_mailer/send_contact.html.haml
2018-02-27 23:03:37 +01:00

32 lines
413 B
Plaintext
Executable File

%table
%tr
%td Nom
%td=@contact.name
%tr
%td Prénom
%td=@contact.firstname
%tr
%td Adresse
%td=@contact.address
%tr
%td Code postal
%td=@contact.cp
%tr
%td Ville
%td=@contact.city
%tr
%td Pays
%td=@contact.country
%tr
%td Email
%td=@contact.email
%tr
%td Téléphone
%td=@contact.phone
%hr
=simple_format @contact.message
%hr