summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-04 04:18:30 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-10-10 12:43:59 -0400
commitce6e5f34d59bf6925170584a6579fb4478cd6e50 (patch)
tree455f773bae4b573db739fbb8b2c8da28114f56eb
parentace816354fb098118539640b5d9af392da349396 (diff)
downloadgitlab-ce-ce6e5f34d59bf6925170584a6579fb4478cd6e50.tar.gz
Remove unused li classes from milestone issue filter
-rw-r--r--app/views/milestones/show.html.haml4
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}}