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