mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 11:31:31 +01:00
Fix indent broken by r20736.
git-svn-id: http://svn.redmine.org/redmine/trunk@20737 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -31,9 +31,9 @@ module Redmine
|
||||
def recently_used_projects
|
||||
project_ids = recently_used_project_ids
|
||||
Project.where(id: project_ids).
|
||||
index_by(&:id).
|
||||
values_at(*project_ids). # sort according to stored order
|
||||
compact
|
||||
index_by(&:id).
|
||||
values_at(*project_ids). # sort according to stored order
|
||||
compact
|
||||
end
|
||||
|
||||
def bookmarked_projects
|
||||
|
||||
Reference in New Issue
Block a user