Resolve "Labels were bold in 10.8 but not with bootstrap4"
This commit is contained in:
parent
c9e3a73efd
commit
587afe45fc
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
- scopes.each do |scope|
|
- scopes.each do |scope|
|
||||||
%fieldset
|
%fieldset
|
||||||
= check_box_tag "#{prefix}[scopes][]", scope, token.scopes.include?(scope), id: "#{prefix}_scopes_#{scope}"
|
= 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])
|
%span= t(scope, scope: [:doorkeeper, :scopes])
|
||||||
.scope-description= t scope, scope: [:doorkeeper, :scope_desc]
|
.scope-description= t scope, scope: [:doorkeeper, :scope_desc]
|
||||||
|
|
Loading…
Reference in a new issue