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

83 lines
1.6 KiB
Plaintext

<!DOCTYPE html>
<html lang='fr' xml:lang='fr'>
<head>
<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">
Merci pour votre inscription !
<br /><br />
En cliquant sur le lien ci-dessous vous confirmerez votre demande d'inscription à la newsletter.
<br /><br />
Votre adresse ne sera jamais cédée à des tiers.
<br />
<br />
<%=link_to email_validation_public_registrant_url(:id => @registrant.token) , email_validation_public_registrant_url(:id => @registrant.token) %>
<br />
<br />
(Si vous ne pouvez pas cliquer sur ce lien, merci de bien vouloir le copier et le coller dans la barre d'adresse de votre navigateur.)
</div>
<br />
<br />
</body>