aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-13 12:33:16 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-13 12:33:16 +1100
commita984402d4d035a19c5cde73fbcc2470297db1d22 (patch)
tree046a840b5db1bcb023c39c014c165ad5a0deea6a
parent17cf3d0b9d253e07dc65442f376736a92abe99f7 (diff)
Make contact link relative
-rw-r--r--app/views/general/_footer.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_footer.rhtml b/app/views/general/_footer.rhtml
index ab5ab2c47..36f3919f0 100644
--- a/app/views/general/_footer.rhtml
+++ b/app/views/general/_footer.rhtml
@@ -1,5 +1,5 @@
<div id="footer">
- <%= link_to _("Contact {{site_name}}", :site_name => site_name), help_contact_url %>
+ <%= link_to _("Contact {{site_name}}", :site_name => site_name), help_contact_path %>
| <img src="/images/twitter-16.png" alt="twitter icon" class="twitter-icon"> <a href="https://twitter.com/<%= Configuration::twitter_username %>"><%= _("Follow us on twitter") %></a>
<%= render :partial => 'general/credits' %>
</div>