mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 23:13:04 +01:00
2 spaces instead of a tab.
git-svn-id: http://svn.redmine.org/redmine/trunk@15602 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -197,7 +197,7 @@ class Version < ActiveRecord::Base
|
||||
end
|
||||
end
|
||||
|
||||
# Sort versions by status (open, locked then closed versions)
|
||||
# Sort versions by status (open, locked then closed versions)
|
||||
def self.sort_by_status(versions)
|
||||
versions.sort do |a, b|
|
||||
if a.status == b.status
|
||||
|
||||
Reference in New Issue
Block a user