mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
do not load contexts for review, not necessary
This commit is contained in:
parent
e5cf1ab604
commit
94f60ffba4
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class ProjectsController < ApplicationController
|
|||
@source_view = params['_source_view'] || 'review'
|
||||
@page_title = t('projects.list_reviews')
|
||||
@projects = current_user.projects.load
|
||||
@contexts = current_user.contexts.load
|
||||
@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?}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue