summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_pipeline_status_group.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/_pipeline_status_group.html.haml')
-rw-r--r--app/views/projects/commit/_pipeline_status_group.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/commit/_pipeline_status_group.html.haml b/app/views/projects/commit/_pipeline_status_group.html.haml
index bff65bff653..b26de822450 100644
--- a/app/views/projects/commit/_pipeline_status_group.html.haml
+++ b/app/views/projects/commit/_pipeline_status_group.html.haml
@@ -6,6 +6,7 @@
= name
%span.badge= subject.size
%ul.dropdown-menu.grouped-pipeline-dropdown
- .arrow
+ %li.arrow
- subject.each do |status|
- = render "projects/#{status.to_partial_path}_pipeline", subject: status
+ %li
+ = render "projects/#{status.to_partial_path}_pipeline", subject: status