basic_app/app/views/question_mailer/send_contact.html.haml
Nicolas Bally a4b16127d2 suite
2020-08-10 17:41:22 +02:00

60 lines
888 B
Plaintext
Executable File

%p{:style => "margin-top:15px;font-size:1.2em;"}
%strong
=@contact.raison_text
%table
%tr
%td Civilité
%td=@contact.civilite
%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
-if @contact.raison_text?
%tr
%td Raison de contact :
%td
=@contact.raison_text
-if @contact.objet?
%tr
%td Oblet du contact :
%td
=@contact.objet
%hr
=simple_format @contact.message
%hr
:scss
.data_file{
img{
float:left;
width:70px;
margin-right:5px;
}
margin-bottom:10px;
}