aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2014-06-25 11:14:17 +0200
committerMarc Florisson2014-06-25 11:20:17 +0200
commitb1e17f67d1b8afa2e56c26bb2f090f835778b4f2 (patch)
treef21b5f0527c772049956125ef3b8ad17b7e90655
parent550f4af14d775abbef915a96e7c70806118bc72a (diff)
downloadchouette-core-b1e17f67d1b8afa2e56c26bb2f090f835778b4f2.tar.bz2
fix Chouette link. Mantis 26513
-rw-r--r--app/views/layouts/mailer.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
index 86f141428..387221103 100644
--- a/app/views/layouts/mailer.html.erb
+++ b/app/views/layouts/mailer.html.erb
@@ -12,13 +12,13 @@
</style>
<h1 style="background: #61970B; height: 75px; font-size: 24px; font-weight: normal; color: white; padding: 20px 0 0 30px;">Chouette</h1>
-
+
<div style="background: white; margin-bottom: 10px; padding: 15px; -moz-box-shadow: 3px 3px 4px #bbbbbb; -webkit-box-shadow: 3px 3px 4px #BBB; box-shadow: 3px 3px 4px #BBB; border-right: 1px solid #BBB; border-bottom: 1px solid #BBB;">
<%= yield %>
</div>
<div style="color: #333333; text-align:center; font-size: 10px;">
- Envoyé par <a href="/">Chouette</a>
+ Envoyé par <%= link_to root_url, "Chouette" %>
</div>
</body>
</html>