Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f99d7d5a
Commit
f99d7d5a
authored
Mar 05, 2021
by
Yogi
Committed by
Denys Mishunov
Mar 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in views/doorkeeper directory
parent
37d862c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/doorkeeper/applications/_form.html.haml
app/views/doorkeeper/applications/_form.html.haml
+1
-1
app/views/doorkeeper/authorizations/new.html.haml
app/views/doorkeeper/authorizations/new.html.haml
+1
-1
changelogs/unreleased/btn-confirm-doorkeeper.yml
changelogs/unreleased/btn-confirm-doorkeeper.yml
+5
-0
No files found.
app/views/doorkeeper/applications/_form.html.haml
View file @
f99d7d5a
...
...
@@ -23,4 +23,4 @@
=
render
'shared/tokens/scopes_form'
,
prefix:
'doorkeeper_application'
,
token:
application
,
scopes:
@scopes
.gl-mt-3
=
f
.
submit
_
(
'Save application'
),
class:
"gl-button btn btn-
success
"
=
f
.
submit
_
(
'Save application'
),
class:
"gl-button btn btn-
confirm
"
app/views/doorkeeper/authorizations/new.html.haml
View file @
f99d7d5a
...
...
@@ -50,4 +50,4 @@
=
hidden_field_tag
:nonce
,
@pre_auth
.
nonce
=
hidden_field_tag
:code_challenge
,
@pre_auth
.
code_challenge
=
hidden_field_tag
:code_challenge_method
,
@pre_auth
.
code_challenge_method
=
submit_tag
_
(
"Authorize"
),
class:
"gl-button btn btn-
success
gl-ml-3"
,
data:
{
qa_selector:
'authorization_button'
}
=
submit_tag
_
(
"Authorize"
),
class:
"gl-button btn btn-
confirm
gl-ml-3"
,
data:
{
qa_selector:
'authorization_button'
}
changelogs/unreleased/btn-confirm-doorkeeper.yml
0 → 100644
View file @
f99d7d5a
---
title
:
Move to btn-confirm from btn-success in views/doorkeeper directory
merge_request
:
55277
author
:
Yogi (@yo)
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment