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:
commit
436d17a096
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Minor style changes to personal access token form and scope checkboxes
|
||||
merge_request: 20052
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue