diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-28 11:13:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-28 11:13:15 +0000 |
commit | ae045cdac99e9ed54f70128b63853d8899080cb1 (patch) | |
tree | a9113533732445dc55f3a2ec4d29e17c3d37adb4 /app/views/roles/index.html.erb | |
parent | 0870a3a46e75568b740ad25aa730168be08a48ad (diff) | |
download | redmine-ae045cdac99e9ed54f70128b63853d8899080cb1.tar.gz redmine-ae045cdac99e9ed54f70128b63853d8899080cb1.zip |
Use ul tags to do pagination (#21258).
Patch by Daniel Ritz.
git-svn-id: http://svn.redmine.org/redmine/trunk@14897 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles/index.html.erb')
-rw-r--r-- | app/views/roles/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 9545d5509..6561d1170 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -29,6 +29,6 @@ </tbody> </table> -<p class="pagination"><%= pagination_links_full @role_pages %></p> +<span class="pagination"><%= pagination_links_full @role_pages %></span> <% html_title(l(:label_role_plural)) -%> |