fixes #2469
This commit is contained in:
@@ -5,7 +5,7 @@ module Moderator
|
||||
["", ""],
|
||||
["Member", 20],
|
||||
["Gold", 30],
|
||||
["Contributor", 33],
|
||||
["Platinum", 31],
|
||||
["Janitor", 35],
|
||||
["Moderator", 40],
|
||||
["Admin", 50]
|
||||
|
||||
@@ -3,7 +3,7 @@ module Moderator
|
||||
def level_select
|
||||
choices = []
|
||||
choices << ["Gold", User::Levels::GOLD]
|
||||
choices << ["Contributor", User::Levels::CONTRIBUTOR]
|
||||
choices << ["Platinum", User::Levels::PLATINUM]
|
||||
select(:invitation, :level, choices)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user