Commit ce6e5f34 authored by Robert Speicher's avatar Robert Speicher

Remove unused li classes from milestone issue filter

parent ace81635
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
%thead %thead
%th %th
%ul.nav.nav-pills %ul.nav.nav-pills
%li.active.open= link_to('Open Issues', '#') %li.active= link_to('Open Issues', '#')
%li.all=link_to('All Issues', '#') %li=link_to('All Issues', '#')
- @issues.each do |issue| - @issues.each do |issue|
%tr %tr
%td{data: {closed: issue.closed}} %td{data: {closed: issue.closed}}
......
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