diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-09-04 04:18:30 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-10-10 12:43:59 -0400 |
commit | ce6e5f34d59bf6925170584a6579fb4478cd6e50 (patch) | |
tree | 455f773bae4b573db739fbb8b2c8da28114f56eb | |
parent | ace816354fb098118539640b5d9af392da349396 (diff) | |
download | gitlab-ce-ce6e5f34d59bf6925170584a6579fb4478cd6e50.tar.gz |
Remove unused li classes from milestone issue filter
-rw-r--r-- | app/views/milestones/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/milestones/show.html.haml b/app/views/milestones/show.html.haml index e2555610b52..cbc69fb786b 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}} |