Replace .scope-description with .text-secondary

This commit is contained in:
Paul Slaughter 2018-06-29 13:45:36 -05:00
parent 2cd085793d
commit 8b6ff3e07e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- @pre_auth.scopes.each do |scope|
%li
%strong= t scope, scope: [:doorkeeper, :scopes]
.scope-description= t scope, scope: [:doorkeeper, :scope_desc]
.text-secondary= t scope, scope: [:doorkeeper, :scope_desc]
.form-actions.text-right
= form_tag oauth_authorization_path, method: :delete, class: 'inline' do
= hidden_field_tag :client_id, @pre_auth.client.uid