From d78f5552547b5175770dbfbefeff73e426da980d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 20 May 2017 19:42:44 +0200 Subject: Improve language filter preferences look (#3184) --- app/views/settings/preferences/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') 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, -- cgit