Commit e56254d3 authored by Regis's avatar Regis

remove use of span for svg and status text

parent ce22604e
...@@ -18,9 +18,12 @@ ...@@ -18,9 +18,12 @@
}, },
}, },
template: ` template: `
<td class="commit-link"> <td>
<a :class='cssClasses' :href='pipeline.details.status.details_path'> <a
<span v-html='svg + pipeline.details.status.text'></span> :class='cssClasses'
:href='pipeline.details.status.details_path'
v-html='svg + pipeline.details.status.text'
>
</a> </a>
</td> </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