Commit 4e56c83e authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Correct mr_widget_pipeline.js resolution

parent 8557ea39
...@@ -26,9 +26,6 @@ export default { ...@@ -26,9 +26,6 @@ export default {
status() { status() {
return this.mr.pipeline.details.status || {}; return this.mr.pipeline.details.status || {};
}, },
statusPath() {
return this.status ? this.status.details_path : '';
},
}, },
template: ` template: `
<div class="mr-widget-heading"> <div class="mr-widget-heading">
...@@ -47,7 +44,7 @@ export default { ...@@ -47,7 +44,7 @@ export default {
<div> <div>
<a <a
class="icon-link" class="icon-link"
:href="statusPath"> :href="this.status.details_path">
<ci-icon :status="status" /> <ci-icon :status="status" />
</a> </a>
</div> </div>
......
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