From 53074136d3aa22f5be496b8d77a129a27d7794ed Mon Sep 17 00:00:00 2001
From: Dan Rice
Date: Thu, 25 Oct 2012 21:52:09 -0400
Subject: [PATCH] Replace hard-coded footer link to mobile site
---
app/views/shared/_footer.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
index 913efc70..a594db1a 100644
--- a/app/views/shared/_footer.html.erb
+++ b/app/views/shared/_footer.html.erb
@@ -4,5 +4,5 @@
<%= t('common.email')%> |
<%= t('common.website')%> |
<%= t('common.contribute')%>
- <%= t('layouts.navigation.mobile')%>
+ <%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>