Commit d795b828 authored by Mike Greiling's avatar Mike Greiling

Fix conflicts in app/assets/javascripts/pipelines/components/graph/stage_column_component.vue

parent 1a070027
...@@ -69,13 +69,9 @@ export default { ...@@ -69,13 +69,9 @@ export default {
v-for="(job, index) in jobs" v-for="(job, index) in jobs"
:id="jobId(job)" :id="jobId(job)"
:key="job.id" :key="job.id"
<<<<<<< HEAD
:class="{ :class="{
'left-connector': index === 0 && (!isFirstColumn || hasTriggeredBy) 'left-connector': index === 0 && (!isFirstColumn || hasTriggeredBy)
}" }"
=======
:class="buildConnnectorClass(index)"
>>>>>>> upstream/master
class="build" class="build"
> >
......
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