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, 0 insertions, 4 deletions
diff --git a/app/views/projects/pipelines/_graph.html.haml b/app/views/projects/pipelines/_graph.html.haml
deleted file mode 100644
index 0202833c0bf..00000000000
--- a/app/views/projects/pipelines/_graph.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-- pipeline = local_assigns.fetch(:pipeline)
-.pipeline-visualization.pipeline-graph
- %ul.stage-column-list
- = render partial: "projects/stage/graph", collection: pipeline.stages, as: :stage