summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_graph.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pipelines/_graph.html.haml')
-rw-r--r--app/views/projects/pipelines/_graph.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/pipelines/_graph.html.haml b/app/views/projects/pipelines/_graph.html.haml
new file mode 100644
index 00000000000..0202833c0bf
--- /dev/null
+++ b/app/views/projects/pipelines/_graph.html.haml
@@ -0,0 +1,4 @@
+- pipeline = local_assigns.fetch(:pipeline)
+.pipeline-visualization.pipeline-graph
+ %ul.stage-column-list
+ = render partial: "projects/stage/graph", collection: pipeline.stages, as: :stage