mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
some smallfurther adjustments
This commit is contained in:
parent
3a07010338
commit
2f0bfbbf47
4 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ class ProjectsController < ApplicationController
|
|||
@projects_to_review = current_user.projects.select {|p| p.needs_review?(current_user)}
|
||||
@stalled_projects = current_user.projects.select {|p| p.stalled?}
|
||||
@blocked_projects = current_user.projects.select {|p| p.blocked?}
|
||||
@current_projects = current_user.projects.select {|p| not(p.needs_review?(current_user))}
|
||||
@current_projects = current_user.projects.uncompleted.select {|p| not(p.needs_review?(current_user))}
|
||||
|
||||
init_not_done_counts(['project'])
|
||||
init_project_hidden_todo_counts(['project'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue