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