mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
#300: Displays pending todos in tickler
This commit is contained in:
parent
8e57b4670a
commit
1f9b77faf4
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class TodosController < ApplicationController
|
|||
@contexts_to_show = @contexts = current_user.contexts.find(:all, :include => [ :todos ])
|
||||
|
||||
current_user.deferred_todos.find_and_activate_ready
|
||||
@not_done_todos = current_user.deferred_todos
|
||||
@not_done_todos = current_user.deferred_todos + current_user.pending_todos
|
||||
@count = @not_done_todos.size
|
||||
@down_count = @count
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue