Correctly styles tags in jobs sidebar

The tags were using the `label` class
instead of `bagde` which is the new BS class
上级 ab0828cf
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
/> />
<p v-if="job.tags.length" class="build-detail-row js-job-tags"> <p v-if="job.tags.length" class="build-detail-row js-job-tags">
<span class="build-light-text"> {{ __('Tags:') }} </span> <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 }} {{ tag }}
</span> </span>
</p> </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.
先完成此消息的编辑!
想要评论请 注册