diff --git a/app/views/layouts/mobile.m.erb b/app/views/layouts/mobile.m.erb
index 65f231fb..7ee541ad 100644
--- a/app/views/layouts/mobile.m.erb
+++ b/app/views/layouts/mobile.m.erb
@@ -27,6 +27,7 @@
<%= render_flash -%><%= yield -%>
<% if current_user && !current_user.prefs.nil? -%>
+ - <%= (link_to(t('layouts.mobile_navigation.home'), todos_path(:format => 'm'))) -%>
- <%= (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))) -%>