mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-27 02:24:03 -05:00
Don't show skins selector when there's only one (#256)
This commit is contained in:
parent
90e568413b
commit
44792de49a
@ -12,6 +12,7 @@
|
||||
|
||||
%hr/
|
||||
|
||||
- if Themes.instance.skins_for(@selected).length > 1
|
||||
.fields-group
|
||||
= f.input :setting_skin, collection: Themes.instance.skins_for(@selected), label_method: lambda { |skin| I18n.t("skins.#{@selected}.#{skin}", default: skin) }, wrapper: :with_label, include_blank: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user