Skip to content
Snippets Groups Projects
Commit 6bb32939 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Move .pipeline-graph to pipelines/graph

parent 8842f552
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@
in
= time_interval_in_words pipeline.duration
 
.row-content-block.build-content.middle-block.pipeline-graph.hidden
.row-content-block.build-content.middle-block.hidden
= render "projects/pipelines/graph", subject: pipeline, as: :pipeline
 
- if pipeline.yaml_errors.present?
Loading
Loading
- pipeline = local_assigns.fetch(:pipeline)
.pipeline-visualization
.pipeline-visualization.pipeline-graph
%ul.stage-column-list
= render partial: "projects/stage/graph", collection: pipeline.stages, as: :stage
Loading
Loading
@@ -12,7 +12,7 @@
 
.tab-content
#js-tab-pipeline.tab-pane
.build-content.middle-block.pipeline-graph
.build-content.middle-block
= render "projects/pipelines/graph", subject: pipeline, as: :pipeline
 
#js-tab-builds.tab-pane
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment