Load newly-created todos into correct container

This commit is contained in:
Eric Allen 2009-10-02 15:19:44 -04:00
parent 8f21467b63
commit 8738481f31

View file

@ -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