Commit 03972531 authored by Clement Ho's avatar Clement Ho

Merge branch '47358-labels' into 'master'

Resolve "Labels were bold in 10.8 but not with bootstrap4"

Closes #47358

See merge request gitlab-org/gitlab-ce!19504
parents c9e3a73e 587afe45
......@@ -5,6 +5,6 @@
- scopes.each do |scope|
%fieldset
= check_box_tag "#{prefix}[scopes][]", scope, token.scopes.include?(scope), id: "#{prefix}_scopes_#{scope}"
= label_tag ("#{prefix}_scopes_#{scope}"), scope
= label_tag ("#{prefix}_scopes_#{scope}"), scope, class: "label-light"
%span= t(scope, scope: [:doorkeeper, :scopes])
.scope-description= t scope, scope: [:doorkeeper, :scope_desc]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment