blog_eft_app/app/views/question_mailer/send_question.html.haml
2013-09-10 10:55:35 +02:00

25 lines
385 B
Plaintext

%table.contact{:style => "width:100%;"}
%tr
%td{:style => "width:100px;"}
Prénom :
%td
=@question.name
%td{:style => "width:100px;"}
Email :
%td
=@question.email
%tr
%td
Région :
%td
=@question.region
%td
Pays :
%td
=@question.country
%br
%p
Votre question :
%p
=simple_format @question.content