Added a count of next actions to the /projects page, showing how many uncompleted next actions remain for each project. Fixes #7.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@58 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-04-03 15:03:59 +00:00
parent 0577e850f6
commit 8998c7f520
4 changed files with 11 additions and 3 deletions

View file

@ -93,7 +93,7 @@ class ContextController < ApplicationController
expire_action(:controller => "context", :action => "list")
item = Todo.new
item.attributes = @params["new_item"]
# where = Context.find_by_id(item.context_id)
where = Context.find_by_id(item.context_id)
back_to = urlize(where.name)