diff --git a/app/views/layouts/mobile.m.erb b/app/views/layouts/mobile.m.erb
index ca46f34f..65f231fb 100644
--- a/app/views/layouts/mobile.m.erb
+++ b/app/views/layouts/mobile.m.erb
@@ -30,6 +30,7 @@
<%= (link_to(t('layouts.mobile_navigation.logout'), logout_path(:format => 'm'))) -%>
<%= (link_to(t('layouts.mobile_navigation.tickler'), tickler_path(:format => :m))) -%>
<%= (link_to(t('layouts.mobile_navigation.feeds'), feeds_path(:format=>:m))) -%>
+ <%= (link_to(t('layouts.mobile_navigation.full'), todos_path(:format => 'html'))) -%>
<% end -%>
<%= render :partial => "shared/footer" -%>
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
index 5738f661..913efc70 100644
--- a/app/views/shared/_footer.html.erb
+++ b/app/views/shared/_footer.html.erb
@@ -4,4 +4,5 @@
<%= t('common.email')%> |
<%= t('common.website')%> |
<%= t('common.contribute')%>
+ <%= t('layouts.navigation.mobile')%>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 64a87ee7..b8d42297 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -10,6 +10,7 @@ en:
new_action: New
logout: Logout
feeds: Feeds
+ full: Full Site
starred: Starred
projects: Projects
tickler: Tickler
@@ -49,6 +50,7 @@ en:
preferences_title: Show my preferences
admin: Admin
help: "?"
+ mobile: Mobile Site
integrations:
opensearch_description: Search in Tracks
applescript_next_action_prompt: "Description of next action:"