jipe_app/app/views/admin/contacts/_show.html.haml
2019-04-11 17:07:52 +02:00

70 lines
744 B
Plaintext

%table.table
%tr
%td
Date
%td
=l @contact.created_at
%tr
%td
Organisation
%td
=@contact.corporate
%tr
%td
Prénom
%td
=@contact.firstname
%tr
%td
Nom
%td
=@contact.name
%tr
%td
Email
%td
=@contact.email
%tr
%td
Téléphone
%td
=@contact.phone
%hr
=simple_format @contact.message
%hr
%table.table
%tr
%td
Adresse
%td
=@contact.address
%tr
%td
Adresse suite
%td
=@contact.address2
%tr
%td
Ville
%td
=@contact.cp
=@contact.city
%tr
%td
Pays
%td
=@contact.country
%hr
=simple_format @contact.notes
%hr