Commit 113050c5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix ul html

parent c2deaa7e
...@@ -422,7 +422,6 @@ ...@@ -422,7 +422,6 @@
a { a {
color: $gl-text-color; color: $gl-text-color;
padding: 7px 8px 8px; padding: 7px 8px 8px;
margin: 0 8px;
&:hover { &:hover {
background-color: $blue-light-transparent; background-color: $blue-light-transparent;
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
= name = name
%span.badge= subject.size %span.badge= subject.size
%ul.dropdown-menu.grouped-pipeline-dropdown %ul.dropdown-menu.grouped-pipeline-dropdown
.arrow %li.arrow
- subject.each do |status| - subject.each do |status|
= render "projects/#{status.to_partial_path}_pipeline", subject: status %li
= render "projects/#{status.to_partial_path}_pipeline", subject: status
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment