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