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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
0d07ade8
Commit
0d07ade8
authored
6 years ago
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change branch font type in tag creation
parent
2fc15615
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/views/projects/tags/new.html.haml
app/views/projects/tags/new.html.haml
+2
-1
changelogs/unreleased/change-branch-font-type-in-tag-creation.yml
...gs/unreleased/change-branch-font-type-in-tag-creation.yml
+5
-0
changelogs/unreleased/gt-remove-empty-spec-describe-blocks.yml
...elogs/unreleased/gt-remove-empty-spec-describe-blocks.yml
+1
-1
No files found.
app/views/projects/tags/new.html.haml
View file @
0d07ade8
...
@@ -20,8 +20,9 @@
...
@@ -20,8 +20,9 @@
.col-sm-10.create-from
.col-sm-10.create-from
.dropdown
.dropdown
=
hidden_field_tag
:ref
,
default_ref
=
hidden_field_tag
:ref
,
default_ref
=
button_tag
type:
'button'
,
title:
default_ref
,
class:
'dropdown-menu-toggle wide js-branch-select'
,
required:
true
,
data:
{
toggle:
'dropdown'
,
selected:
default_ref
,
field_name:
'ref'
}
do
=
button_tag
type:
'button'
,
title:
default_ref
,
class:
'dropdown-menu-toggle wide js-branch-select
monospace
'
,
required:
true
,
data:
{
toggle:
'dropdown'
,
selected:
default_ref
,
field_name:
'ref'
}
do
.text-left.dropdown-toggle-text
=
default_ref
.text-left.dropdown-toggle-text
=
default_ref
=
icon
(
'chevron-down'
)
=
render
'shared/ref_dropdown'
,
dropdown_class:
'wide'
=
render
'shared/ref_dropdown'
,
dropdown_class:
'wide'
.form-text.text-muted
.form-text.text-muted
=
s_
(
'TagsPage|Existing branch name, tag, or commit SHA'
)
=
s_
(
'TagsPage|Existing branch name, tag, or commit SHA'
)
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/change-branch-font-type-in-tag-creation.yml
0 → 100644
View file @
0d07ade8
---
title
:
Change branch font type in tag creation
merge_request
:
22454
author
:
George Tsiolis
type
:
other
This diff is collapsed.
Click to expand it.
changelogs/unreleased/gt-remove-empty-spec-describe-blocks.yml
View file @
0d07ade8
---
---
title
:
Remove empty spec describe blocks
title
:
Remove empty spec describe blocks
merge_request
:
22451
merge_request
:
22451
author
:
g
eorge Tsiolis
author
:
G
eorge Tsiolis
type
:
other
type
:
other
This diff is collapsed.
Click to expand it.
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