commit: b88635202f49c9d6f2770c70984cb232b508de52
parent: 409051c22c033160a62997831660d9dda2db7459
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Fri, 25 Aug 2017 20:03:26 +0900
Add label for application scopes (#4691)
* Add label for application scopes
* hint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/settings/applications/_fields.html.haml b/app/views/settings/applications/_fields.html.haml
@@ -13,9 +13,9 @@
collection: Doorkeeper.configuration.scopes,
wrapper: :with_label,
include_blank: false,
+ label_method: lambda { |scope| safe_join([scope, content_tag(:span, t("doorkeeper.scopes.#{scope}"), class: 'hint')]) },
selected: f.object.scopes.all,
required: false,
as: :check_boxes,
collection_wrapper_tag: 'ul',
item_wrapper_tag: 'li'
-