Fix ul html
This commit is contained in:
parent
c2deaa7e0d
commit
113050c570
2 changed files with 3 additions and 3 deletions
|
@ -422,7 +422,6 @@
|
|||
a {
|
||||
color: $gl-text-color;
|
||||
padding: 7px 8px 8px;
|
||||
margin: 0 8px;
|
||||
|
||||
&:hover {
|
||||
background-color: $blue-light-transparent;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue