mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-04 08:03:23 +00:00
Reorder gravatar_default_setting_options to match Gravatar's developer docs (#43658).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24295 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d3700fde5d
commit
6f728d71c0
@ -239,12 +239,12 @@ module SettingsHelper
|
||||
end
|
||||
|
||||
def gravatar_default_setting_options
|
||||
[['Identicons', 'identicon'],
|
||||
['Monster ids', 'monsterid'],
|
||||
[['Initials', 'initials'],
|
||||
['Mystery man', 'mm'],
|
||||
['Retro', 'retro'],
|
||||
['Robohash', 'robohash'],
|
||||
['Identicons', 'identicon'],
|
||||
['Monster ids', 'monsterid'],
|
||||
['Wavatars', 'wavatar'],
|
||||
['Initials', 'initials']]
|
||||
['Retro', 'retro'],
|
||||
['Robohash', 'robohash']]
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user