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
9aace062
Commit
9aace062
authored
Mar 02, 2021
by
Yogi
Committed by
Kushal Pandya
Mar 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in admin/applications directory
parent
54afa534
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/admin/applications/_form.html.haml
app/views/admin/applications/_form.html.haml
+2
-2
app/views/admin/applications/index.html.haml
app/views/admin/applications/index.html.haml
+1
-1
changelogs/unreleased/btn-confirm-admin-applications.yml
changelogs/unreleased/btn-confirm-admin-applications.yml
+5
-0
No files found.
app/views/admin/applications/_form.html.haml
View file @
9aace062
...
...
@@ -40,5 +40,5 @@
=
render
'shared/tokens/scopes_form'
,
prefix:
'doorkeeper_application'
,
token:
application
,
scopes:
@scopes
.form-actions
=
f
.
submit
'Submit'
,
class:
"gl-button btn btn-
success
wide"
=
link_to
"Cancel"
,
admin_applications_path
,
class:
"gl-button btn btn-cancel"
=
f
.
submit
'Submit'
,
class:
"gl-button btn btn-
confirm
wide"
=
link_to
"Cancel"
,
admin_applications_path
,
class:
"gl-button btn btn-
default btn-
cancel"
app/views/admin/applications/index.html.haml
View file @
9aace062
...
...
@@ -4,7 +4,7 @@
%p
.light
=
_
(
'System OAuth applications don\'t belong to any user and can only be managed by admins'
)
%hr
%p
=
link_to
_
(
'New application'
),
new_admin_application_path
,
class:
'gl-button btn btn-
success
'
%p
=
link_to
_
(
'New application'
),
new_admin_application_path
,
class:
'gl-button btn btn-
confirm
'
.table-responsive
%table
.table
%thead
...
...
changelogs/unreleased/btn-confirm-admin-applications.yml
0 → 100644
View file @
9aace062
---
title
:
Move to btn-confirm from btn-success in admin/applications directory
merge_request
:
55265
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