blog_perso_app/app/views/general/send_newsletter.html.erb
2015-04-13 16:31:15 +02:00

76 lines
1.5 KiB
Plaintext

<!DOCTYPE html>
<html lang='fr' xml:lang='fr'>
<head>
<title>La cabane du Lutin</title>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<style type="text/css">
body { background-color: white; color:#2d2d2d;font-family: Lucida Grande, arial, sans-serif;}
.content{
margin:auto;
margin-top:10px;
margin-bottom:10px;
padding:20px;
position:relative;
}
#legaly{
text-align:center;
width:90%;
margin:auto;
}
.header{
text-align:center;
width:90%;
margin:auto;
}
.portlet.table_content table {
width: 100%;
border-collapse: collapse;
}
.portlet.table_content table td {
border: 1px solid black;
}
.portlet.block_content .two_column .column {
float: left;
width: 50%;
}
.portlet.block_content .two_column .column .block {
padding: 10px;
}
.clear {
clear: both;
}
</style>
</head>
<body>
<div class="header">
<%= image_tag "http://blog.nicolasbally.com/logo.png", :style => "max-width: 300px;" %>
</div>
<div class="content">
<%= render :object => @newsletter.block, :partial => "public/blocks/block" %>
</div>
<div id="legaly">
<hr />
Vous recevez cet email car vous êtes abonné à la newsletter du blog <a href="http://blog.nicolasbally.com/">http://blog.nicolasbally.com</a>. Si vous ne souhaitez plus recevoir de mail de notre part, merci de cliquer sur ce lien : <%=link_to destroy_e_public_registrant_url(:id => @registrant.token), destroy_e_public_registrant_url(:id => @registrant.token) if @registrant %>
</div>
<br />
<br />
</body>