mmsc_app/app/views/layouts/mail.html.haml
Nicolas Bally 81fffee269 suite
2020-06-26 17:46:55 +02:00

16 lines
705 B
Plaintext
Executable File

-if @m_odr
-@title = @m_odr.name
-@description = @m_odr.description
!!!
%html{:lang => "fr" }
%head
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%body{:style => "background:#dadada;"}
%div{:style => "width:90%;max-width:600px;margin:30px auto;background:white;"}
=link_to image_tag("https://www.mamotosurcircuit.com/entete-mail.jpg", :style => "width:100%;margin-bottom:20px;"), "https://www.mamotosurcircuit.com/", :target => "_blank"
= yield
=link_to image_tag("https://www.mamotosurcircuit.com/entete-mail.jpg", :style => "width:100%;margin-top:20px;"), "https://www.mamotosurcircuit.com/", :target => "_blank"