]> source.dussan.org Git - redmine.git/commitdiff
Use pagination css class for search results pagination (#15398).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 19 Nov 2013 19:37:15 +0000 (19:37 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 19 Nov 2013 19:37:15 +0000 (19:37 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12309 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/search/index.html.erb

index 2e2d91fb12b479947368a57e73fae22450f27f7a..32e067e6fd7b41ec7d39de99930d46ebd371b73f 100644 (file)
@@ -37,7 +37,7 @@
     </dl>
 <% end %>
 
-<p><center>
+<p class="pagination">
 <% if @pagination_previous_date %>
 <%= link_to_content_update("\xc2\xab " + l(:label_previous),
       params.merge(:previous => 1,
@@ -48,7 +48,7 @@
       params.merge(:previous => nil,
                    :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %>
 <% end %>
-</center></p>
+</p>
 
 <% html_title(l(:label_search)) -%>