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
f11ed732
Commit
f11ed732
authored
Mar 16, 2021
by
Yogi
Committed by
Jose Ivan Vargas
Mar 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new GitLab UI for buttons in create tag page
parent
02ee1271
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+2
-2
changelogs/unreleased/gl-button-create-tag.yml
changelogs/unreleased/gl-button-create-tag.yml
+5
-0
No files found.
app/views/projects/tags/new.html.haml
View file @
f11ed732
...
...
@@ -52,6 +52,6 @@
=
render
'shared/zen'
,
attr: :release_description
,
classes:
'note-textarea'
,
placeholder:
s_
(
'TagsPage|Write your release notes or drag files here…'
),
current_text:
@release_description
,
qa_selector:
'release_notes_field'
=
render
'shared/notes/hints'
.form-actions
=
button_tag
s_
(
'TagsPage|Create tag'
),
class:
'
btn btn-success
'
,
data:
{
qa_selector:
"create_tag_button"
}
=
link_to
s_
(
'TagsPage|Cancel'
),
project_tags_path
(
@project
),
class:
'
btn
btn-cancel'
=
button_tag
s_
(
'TagsPage|Create tag'
),
class:
'
gl-button btn btn-confirm
'
,
data:
{
qa_selector:
"create_tag_button"
}
=
link_to
s_
(
'TagsPage|Cancel'
),
project_tags_path
(
@project
),
class:
'
gl-button btn btn-default
btn-cancel'
%script
#availableRefs
{
type:
"application/json"
}=
@project
.
repository
.
ref_names
.
to_json
.
html_safe
changelogs/unreleased/gl-button-create-tag.yml
0 → 100644
View file @
f11ed732
---
title
:
Apply new GitLab UI for buttons in create tag page
merge_request
:
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