Commit 8557ea39 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Resolve mr_widget_pipeline.js conflicts

parent 681e8e75
......@@ -26,12 +26,9 @@ export default {
status() {
return this.mr.pipeline.details.status || {};
},
<<<<<<< HEAD
statusPath() {
return this.status ? this.status.details_path : '';
},
=======
>>>>>>> upstream/master
},
template: `
<div class="mr-widget-heading">
......@@ -50,11 +47,7 @@ export default {
<div>
<a
class="icon-link"
<<<<<<< HEAD
:href="statusPath">
=======
:href="this.status.details_path">
>>>>>>> upstream/master
<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