mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 17:01:13 +00: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:
parent
77c25ded04
commit
252c28fa26
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user