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
83ae6357
Commit
83ae6357
authored
Mar 05, 2021
by
Yogi
Committed by
Phil Hughes
Mar 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in admin/labels directory
parent
37d862c3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/admin/labels/_form.html.haml
app/views/admin/labels/_form.html.haml
+2
-2
app/views/admin/labels/index.html.haml
app/views/admin/labels/index.html.haml
+1
-1
changelogs/unreleased/btn-confirm-admin-labels.yml
changelogs/unreleased/btn-confirm-admin-labels.yml
+5
-0
No files found.
app/views/admin/labels/_form.html.haml
View file @
83ae6357
...
...
@@ -27,5 +27,5 @@
=
render_suggested_colors
.form-actions
=
f
.
submit
_
(
'Save'
),
class:
'btn gl-button btn-
success
js-save-button'
=
link_to
_
(
"Cancel"
),
admin_labels_path
,
class:
'btn gl-button btn-cancel'
=
f
.
submit
_
(
'Save'
),
class:
'btn gl-button btn-
confirm
js-save-button'
=
link_to
_
(
"Cancel"
),
admin_labels_path
,
class:
'btn gl-button btn-
default btn-
cancel'
app/views/admin/labels/index.html.haml
View file @
83ae6357
-
page_title
_
(
"Labels"
)
%div
=
link_to
new_admin_label_path
,
class:
"float-right btn gl-button btn-
success
"
do
=
link_to
new_admin_label_path
,
class:
"float-right btn gl-button btn-
confirm
"
do
=
_
(
'New label'
)
%h3
.page-title
=
_
(
'Labels'
)
...
...
changelogs/unreleased/btn-confirm-admin-labels.yml
0 → 100644
View file @
83ae6357
---
title
:
Move to btn-confirm from btn-success in admin/labels directory
merge_request
:
55273
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