summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-21 11:21:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-21 11:21:59 +0000
commit8ea273d427a99feb68e1189bf8d0fc6b9db9bc8d (patch)
tree2fc2290f5b2ed305c64a20802c42ebb5aca0d253
parentd05042fbb52aeb1e872063fddab09fc23fee49a2 (diff)
downloadredmine-8ea273d427a99feb68e1189bf8d0fc6b9db9bc8d.tar.gz
redmine-8ea273d427a99feb68e1189bf8d0fc6b9db9bc8d.zip
Merged r12309 (#15398).
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12429 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/search/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index 2e2d91fb1..32e067e6f 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -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)) -%>