Commit e56254d3 authored by Regis's avatar Regis

remove use of span for svg and status text

parent ce22604e
......@@ -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>
`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment