Commit c4e7c5b9 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for...

Fix conflicts for app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue [ci skip]
parent 089e7686
......@@ -109,7 +109,6 @@ export default {
</template>
<span class="mr-widget-pipeline-graph">
<<<<<<< HEAD
<span class="stage-cell">
<linked-pipelines-mini-list
v-if="triggeredBy.length"
......@@ -132,19 +131,6 @@ export default {
v-if="triggered.length"
:triggered="triggered"
/>
=======
<span
v-if="hasStages"
class="stage-cell"
>
<div
v-for="(stage, i) in pipeline.details.stages"
:key="i"
class="stage-container dropdown js-mini-pipeline-graph"
>
<pipeline-stage :stage="stage" />
</div>
>>>>>>> upstream/master
</span>
</span>
......
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