mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-25 02:09:57 +00: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:
parent
0b16423104
commit
050d2bee84
@ -197,7 +197,7 @@ class Version < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
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)
|
def self.sort_by_status(versions)
|
||||||
versions.sort do |a, b|
|
versions.sort do |a, b|
|
||||||
if a.status == b.status
|
if a.status == b.status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user