]> source.dussan.org Git - redmine.git/commitdiff
Adds missing class and removes space between previous/next links (#23192).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 29 Jun 2016 15:45:10 +0000 (15:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 29 Jun 2016 15:45:10 +0000 (15:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15590 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/activities/index.html.erb

index a135f97ff2ce72c4e2bbc4f8e18059d2b1d1b397..f1a25e664084c3ca2b9026cdec727f5926110085 100644 (file)
 
 <span class="pagination">
   <ul class="pages">
-    <li class="previous">
+    <li class="previous page">
 <%= link_to_content_update("\xc2\xab " + l(:label_previous),
                    params.merge(:from => @date_to - @days - 1),
                    :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1)),
                    :accesskey => accesskey(:previous)) %>
-    </li>
-    <li class="next">
+    </li><li class="next page">
 <%= link_to_content_update(l(:label_next) + " \xc2\xbb",
                    params.merge(:from => @date_to + @days - 1),
                    :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)),