From 52ed21d0c312b190bd7bcc0c27aa6becb31acd6d Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Tue, 14 Apr 2009 21:59:52 +0200 Subject: [PATCH] fix #877 where showing the context on mobile was not the same as listing a context in other pages --- app/views/contexts/mobile_show_context.rhtml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/views/contexts/mobile_show_context.rhtml b/app/views/contexts/mobile_show_context.rhtml index 869e5122..0ddd67b6 100644 --- a/app/views/contexts/mobile_show_context.rhtml +++ b/app/views/contexts/mobile_show_context.rhtml @@ -5,10 +5,11 @@ if not @not_done.empty? # only show a context when there are actions in it %> -

<%=@context.name%>

- - <%= render :partial => "todos/mobile_todo", - :collection => @not_done, - :locals => { :parent_container_type => "context" }%> -
-<% end -%> \ No newline at end of file +

<%=@context.name%>

+