mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
fixed routing problem
This commit is contained in:
parent
bc529f7baa
commit
ad2df4a792
2 changed files with 2 additions and 5 deletions
|
|
@ -42,10 +42,7 @@ class ProjectsController < ApplicationController
|
|||
|
||||
## select project that are stalled
|
||||
@blocked_projects = current_user.projects.select {|p| p.blocked?}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@contexts = current_user.contexts.all
|
||||
init_not_done_counts(['project'])
|
||||
init_project_hidden_todo_counts(['project'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue