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
1c55dc6e
Commit
1c55dc6e
authored
Mar 19, 2021
by
Yogi
Committed by
Vitaly Slobodin
Mar 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from btn-success to btn-confirm in projects/tags directory
parent
fbfeff74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
app/views/projects/tags/releases/edit.html.haml
app/views/projects/tags/releases/edit.html.haml
+1
-1
changelogs/unreleased/btn-confirm-projects-tags.yml
changelogs/unreleased/btn-confirm-projects-tags.yml
+5
-0
No files found.
app/views/projects/tags/index.html.haml
View file @
1c55dc6e
...
...
@@ -24,7 +24,7 @@
%li
=
link_to
title
,
filter_tags_path
(
sort:
value
),
class:
(
"is-active"
if
@sort
==
value
)
-
if
can?
(
current_user
,
:admin_tag
,
@project
)
=
link_to
new_project_tag_path
(
@project
),
class:
'btn gl-button btn-
success
'
,
data:
{
qa_selector:
"new_tag_button"
}
do
=
link_to
new_project_tag_path
(
@project
),
class:
'btn gl-button btn-
confirm
'
,
data:
{
qa_selector:
"new_tag_button"
}
do
=
s_
(
'TagsPage|New tag'
)
=
link_to
project_tags_path
(
@project
,
rss_url_options
),
title:
_
(
"Tags feed"
),
class:
'btn gl-button btn-default btn-icon d-none d-sm-inline-block has-tooltip'
do
=
sprite_icon
(
'rss'
,
css_class:
'qa-rss-icon'
)
...
...
app/views/projects/tags/releases/edit.html.haml
View file @
1c55dc6e
...
...
@@ -15,5 +15,5 @@
=
render
'shared/notes/hints'
.error-alert
.gl-mt-3
=
f
.
submit
'Save changes'
,
class:
'btn gl-button btn-
success
'
=
f
.
submit
'Save changes'
,
class:
'btn gl-button btn-
confirm
'
=
link_to
"Cancel"
,
project_tag_path
(
@project
,
@tag
.
name
),
class:
"btn gl-button btn-default btn-cancel"
changelogs/unreleased/btn-confirm-projects-tags.yml
0 → 100644
View file @
1c55dc6e
---
title
:
Move from btn-success to btn-confirm in projects/tags directory
merge_request
:
56940
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