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|
|
||||
%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]
|
||||
|
|
Loading…
Reference in a new issue