Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eab168a6
Commit
eab168a6
authored
Jul 09, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
cd0e3c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
...ue_merge_request_widget/components/mr_widget_pipeline.vue
+0
-28
No files found.
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
View file @
eab168a6
...
...
@@ -139,33 +139,6 @@ export default {
<div>
<span
class=
"mr-widget-pipeline-graph"
>
<span
<<<<<<<
HEAD
class=
"stage-cell"
>
<linked-pipelines-mini-list
v-if=
"triggeredBy.length"
:triggered-by=
"triggeredBy"
/>
<
template
v-if=
"hasStages"
>
<div
v-for=
"(stage, i) in pipeline.details.stages"
:key=
"i"
:class=
"
{
'has-downstream': i === pipeline.details.stages.length - 1
&&
triggered.length
}"
class="stage-container dropdown js-mini-pipeline-graph
mr-widget-pipeline-stages"
>
<pipeline-stage
:stage=
"stage"
/>
</div>
</
template
>
</span>
<linked-pipelines-mini-list
v-if=
"triggered.length"
:triggered=
"triggered"
/>
=======
v-if=
"hasStages"
class=
"stage-cell"
>
...
...
@@ -177,7 +150,6 @@ export default {
<pipeline-stage
:stage=
"stage"
/>
</div>
</span>
>>>>>>> upstream/master
</span>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment