Merge branch '47865-changelog-for-style-updates' into 'master'

Update personal access token form styles

See merge request gitlab-org/gitlab-ce!20275
This commit is contained in:
Clement Ho 2018-06-29 19:23:44 +00:00
commit 436d17a096
2 changed files with 6 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

View File

@ -0,0 +1,5 @@
---
title: Minor style changes to personal access token form and scope checkboxes
merge_request: 20052
author:
type: other