Commit ce22604e authored by Regis's avatar Regis

get rid of nested spans in status component

parent 71d731a2
...@@ -19,11 +19,8 @@ ...@@ -19,11 +19,8 @@
}, },
template: ` template: `
<td class="commit-link"> <td class="commit-link">
<a :href='pipeline.details.status.details_path'> <a :class='cssClasses' :href='pipeline.details.status.details_path'>
<span :class='cssClasses'> <span v-html='svg + pipeline.details.status.text'></span>
<span v-html='svg'></span>
<span>&nbsp;{{pipeline.details.status.text}}</span>
</span>
</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