diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-19 19:37:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-11-19 19:37:15 +0000 |
commit | 7df9f8d31edb2b8188929afc17555a3bec898ad7 (patch) | |
tree | eea7ae28b269e693916da0f9e96533aea0d8c40f /app/views/search/index.html.erb | |
parent | 00683d52f816f208b86c13c1aafad9552bfcc285 (diff) | |
download | redmine-7df9f8d31edb2b8188929afc17555a3bec898ad7.tar.gz redmine-7df9f8d31edb2b8188929afc17555a3bec898ad7.zip |
Use pagination css class for search results pagination (#15398).
git-svn-id: http://svn.redmine.org/redmine/trunk@12309 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/search/index.html.erb')
-rw-r--r-- | app/views/search/index.html.erb | 4 |
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)) -%> |