diff --git a/app/controllers/contexts_controller.rb b/app/controllers/contexts_controller.rb index 348151aa..2412ba95 100644 --- a/app/controllers/contexts_controller.rb +++ b/app/controllers/contexts_controller.rb @@ -23,6 +23,7 @@ class ContextsController < ApplicationController end def show + @contexts = current_user.contexts(true) if (@context.nil?) respond_to do |format| format.html { render :text => 'Context not found', :status => 404 } diff --git a/app/views/contexts/_mobile_context.rhtml b/app/views/contexts/_mobile_context.rhtml index 52236e1f..99c06233 100644 --- a/app/views/contexts/_mobile_context.rhtml +++ b/app/views/contexts/_mobile_context.rhtml @@ -7,6 +7,7 @@ if not @not_done.empty? -%>

<%=mobile_context.name%>