summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_stage.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pipelines/_stage.html.haml')
-rw-r--r--app/views/projects/pipelines/_stage.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/pipelines/_stage.html.haml b/app/views/projects/pipelines/_stage.html.haml
deleted file mode 100644
index 0651ad6fdb8..00000000000
--- a/app/views/projects/pipelines/_stage.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-- grouped_statuses = @stage.statuses.latest_ordered.group_by(&:status)
-- Ci::HasStatus::ORDERED_STATUSES.each do |ordered_status|
- - grouped_statuses.fetch(ordered_status, []).each do |status|
- %li
- = render 'ci/status/dropdown_graph_badge', subject: status