Commit 7d2ca647 authored by Regis's avatar Regis

stage icon link

parent 1f992835
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
return `has-tooltip ci-status-icon-${this.stage.status.label}`; return `has-tooltip ci-status-icon-${this.stage.status.label}`;
}, },
svg() { svg() {
// debugger
return this.svgs[this.match(this.stage.status.icon)]; return this.svgs[this.match(this.stage.status.icon)];
}, },
}, },
...@@ -19,7 +20,7 @@ ...@@ -19,7 +20,7 @@
<a <a
:class='tooltip' :class='tooltip'
:title='buildStatus' :title='buildStatus'
:href='stage.url' :href='stage.path'
v-html='svg' v-html='svg'
> >
</a> </a>
......
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