diff options
| author | Marc Florisson | 2014-06-25 11:14:17 +0200 |
|---|---|---|
| committer | Marc Florisson | 2014-06-25 11:14:17 +0200 |
| commit | d4e3723e976a0bd8417fe4691f5b3199de19deda (patch) | |
| tree | e728e6897ca59cd2304ef9acbc45b9e688692242 | |
| parent | 63d88b3b42dbc8119adfd4bd5f5edf92f01080be (diff) | |
| download | chouette-core-d4e3723e976a0bd8417fe4691f5b3199de19deda.tar.bz2 | |
fix Chouette link. Mantis 26513
| -rw-r--r-- | app/views/layouts/mailer.html.erb | 4 |
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> |
