Fix ul html

This commit is contained in:
Annabel Dunstone Gray 2016-10-06 13:35:13 -05:00
parent c2deaa7e0d
commit 113050c570
2 changed files with 3 additions and 3 deletions

View file

@ -422,7 +422,6 @@
a {
color: $gl-text-color;
padding: 7px 8px 8px;
margin: 0 8px;
&:hover {
background-color: $blue-light-transparent;

View file

@ -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