diff --git a/app/views/milestones/show.html.haml b/app/views/milestones/show.html.haml index e2555610..cbc69fb7 100644 --- a/app/views/milestones/show.html.haml +++ b/app/views/milestones/show.html.haml @@ -49,8 +49,8 @@ %thead %th %ul.nav.nav-pills - %li.active.open= link_to('Open Issues', '#') - %li.all=link_to('All Issues', '#') + %li.active= link_to('Open Issues', '#') + %li=link_to('All Issues', '#') - @issues.each do |issue| %tr %td{data: {closed: issue.closed}}