Commit 44d614ea3cde7e82dd75da686ac784c9305c6333

Authored by Andrew Avenoso
1 parent 3c8892ab
Exists in master and in 1 other branch production

fix footer url to use a full url instead of a relative path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/mailer.html.haml
@@ -15,5 +15,5 @@ @@ -15,5 +15,5 @@
15 %tr 15 %tr
16 %td.footer 16 %td.footer
17 Your loyal servant, 17 Your loyal servant,
18 - = link_to 'Errbit', root_path 18 + = link_to 'Errbit', root_url
19 19