1
0
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:
Go MAEDA 2026-01-11 06:50:57 +00:00
parent d3700fde5d
commit 6f728d71c0

View File

@ -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