diff --git a/app/views/layouts/mobile.m.erb b/app/views/layouts/mobile.m.erb
index b9d433e0..ca46f34f 100644
--- a/app/views/layouts/mobile.m.erb
+++ b/app/views/layouts/mobile.m.erb
@@ -17,8 +17,8 @@
<% if @down_count -%><%= @down_count %><% end -%> <%=
l(Date.today, :format => current_user.prefs.title_date_format) -%>
- - <%= (link_to(t('layouts.mobile_navigation.new_action'), new_todo_path(new_todo_params))) unless @new_mobile -%>
- - <%= (link_to(t('layouts.mobile_navigation.home'), todos_path(:format => 'm'))) unless @home -%>
+ - <%= (link_to(t('layouts.mobile_navigation.new_action'), new_todo_path(new_todo_params))) -%>
+ - <%= (link_to(t('layouts.mobile_navigation.home'), todos_path(:format => 'm'))) -%>
- <%= (link_to(t('layouts.mobile_navigation.contexts'), contexts_path(:format => 'm'))) -%>
- <%= (link_to(t('layouts.mobile_navigation.projects'), projects_path(:format => 'm'))) -%>
- <%= (link_to(t('layouts.mobile_navigation.starred'), tag_path("starred", :format => 'm'))) -%>