about summary refs log tree commit diff
path: root/app/views/settings
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-20 19:42:44 +0200
committerGitHub <noreply@github.com>2017-05-20 19:42:44 +0200
commitd78f5552547b5175770dbfbefeff73e426da980d (patch)
tree51c05609abe475517fc2221b1adc21196e186fb8 /app/views/settings
parentc2f70829d9dc1afcc4bbad4aadb21e5053e1fb71 (diff)
Improve language filter preferences look (#3184)
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/preferences/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml
index 0532d1dc8..3771698d1 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -14,7 +14,7 @@
 
     = f.input :filtered_languages,
       collection: I18n.available_locales,
-      wrapper: :with_label,
+      wrapper: :with_block_label,
       include_blank: false,
       label_method: lambda { |locale| human_locale(locale) },
       required: false,