Commit ce6e5f34d59bf6925170584a6579fb4478cd6e50
1 parent
ace81635
Exists in
master
and in
4 other branches
Remove unused li classes from milestone issue filter
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/milestones/show.html.haml
... | ... | @@ -49,8 +49,8 @@ |
49 | 49 | %thead |
50 | 50 | %th |
51 | 51 | %ul.nav.nav-pills |
52 | - %li.active.open= link_to('Open Issues', '#') | |
53 | - %li.all=link_to('All Issues', '#') | |
52 | + %li.active= link_to('Open Issues', '#') | |
53 | + %li=link_to('All Issues', '#') | |
54 | 54 | - @issues.each do |issue| |
55 | 55 | %tr |
56 | 56 | %td{data: {closed: issue.closed}} | ... | ... |