Commit ce6e5f34d59bf6925170584a6579fb4478cd6e50

Authored by Robert Speicher
1 parent ace81635

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,8 +49,8 @@
49 %thead 49 %thead
50 %th 50 %th
51 %ul.nav.nav-pills 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 - @issues.each do |issue| 54 - @issues.each do |issue|
55 %tr 55 %tr
56 %td{data: {closed: issue.closed}} 56 %td{data: {closed: issue.closed}}