remove use of span for svg and status text
This commit is contained in:
parent
ce22604eb9
commit
e56254d38a
1 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,12 @@
|
|||
},
|
||||
},
|
||||
template: `
|
||||
<td class="commit-link">
|
||||
<a :class='cssClasses' :href='pipeline.details.status.details_path'>
|
||||
<span v-html='svg + pipeline.details.status.text'></span>
|
||||
<td>
|
||||
<a
|
||||
:class='cssClasses'
|
||||
:href='pipeline.details.status.details_path'
|
||||
v-html='svg + pipeline.details.status.text'
|
||||
>
|
||||
</a>
|
||||
</td>
|
||||
`,
|
||||
|
|
Loading…
Reference in a new issue