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
f5330303
Commit
f5330303
authored
Nov 23, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-11-23
parents
4b4ce114
ac7d842c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/jobs/components/sidebar.vue
app/assets/javascripts/jobs/components/sidebar.vue
+1
-1
changelogs/unreleased/54391-tag.yml
changelogs/unreleased/54391-tag.yml
+5
-0
No files found.
app/assets/javascripts/jobs/components/sidebar.vue
View file @
f5330303
...
...
@@ -199,7 +199,7 @@ export default {
/>
<p
v-if=
"job.tags.length"
class=
"build-detail-row js-job-tags"
>
<span
class=
"build-light-text"
>
{{
__
(
'
Tags:
'
)
}}
</span>
<span
v-for=
"(tag, i) in job.tags"
:key=
"i"
class=
"
label label
-primary"
>
<span
v-for=
"(tag, i) in job.tags"
:key=
"i"
class=
"
badge badge
-primary"
>
{{
tag
}}
</span>
</p>
...
...
changelogs/unreleased/54391-tag.yml
0 → 100644
View file @
f5330303
---
title
:
Correctly styles tags in sidebar for job page
merge_request
:
author
:
type
:
fixed
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