mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-10 14:42:35 +01:00
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:
parent
0577e850f6
commit
8998c7f520
4 changed files with 11 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue