mmsc_app/app/views/layouts/mail.html.haml
Nicolas Bally 2b4906171f suite
2020-06-26 17:52:40 +02:00

16 lines
801 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:10px;display:block;"), "https://www.mamotosurcircuit.com/", :target => "_blank"
%div{:style => "padding:0 20px;font-family:lato, arial,sans serif;"}= yield
=link_to image_tag("https://www.mamotosurcircuit.com/footer-mail.jpg", :style => "width:100%;margin-top:10px;display:block;"), "https://www.mamotosurcircuit.com/", :target => "_blank"