提交 ac7d842c 编写于 作者: P Phil Hughes

Merge branch '54391-tag' into 'master'

Correctly styles tags in jobs sidebar

Closes #54391

See merge request gitlab-org/gitlab-ce!23319
......@@ -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>
......
---
title: Correctly styles tags in sidebar for job page
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册