From 8738481f3191a693fe266ad22f32e8eaf177af5e Mon Sep 17 00:00:00 2001 From: Eric Allen Date: Fri, 2 Oct 2009 15:19:44 -0400 Subject: [PATCH] Load newly-created todos into correct container --- app/helpers/todos_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb index 1b3a1c8b..17faf97c 100644 --- a/app/helpers/todos_helper.rb +++ b/app/helpers/todos_helper.rb @@ -203,7 +203,7 @@ module TodosHelper return "p#{todo.project_id}items" if todo.active? return "tickler" if todo.deferred? end - return "c#{todo.context_id}" + return "c#{todo.context_id}items" end def should_show_new_item