diff options
| author | Luc Donnet | 2015-01-07 21:59:44 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-01-07 21:59:44 +0100 |
| commit | a60c032d61fde677ac30abfab38d95e40faf60b1 (patch) | |
| tree | 5f40fef72633a358186a3de3b48a45e06b265bf3 | |
| parent | baaed4653623cfc918ada7250c4fd879aad28893 (diff) | |
| download | chouette-core-a60c032d61fde677ac30abfab38d95e40faf60b1.tar.bz2 | |
Fix root_url in mailer by unauthenticated_root_url
| -rw-r--r-- | app/views/layouts/mailer.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 387221103..b8dea72e8 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -18,7 +18,7 @@ </div> <div style="color: #333333; text-align:center; font-size: 10px;"> - Envoyé par <%= link_to root_url, "Chouette" %> + Envoyé par <%= link_to unauthenticated_root_url, "Chouette" %> </div> </body> </html> |
