# HG changeset patch # User luisf # Date 1321897894 0 # Node ID c8aec937ea532f499638323112a24892ae960a4c # Parent 95b78e19e586ab2365bf025dd8c3cf4dd99e4134 Fixes Bug #337 (pagination is now inside the projects list partial). diff -r 95b78e19e586 -r c8aec937ea53 vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml --- a/vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml Mon Nov 21 17:40:25 2011 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml Mon Nov 21 17:51:34 2011 +0000 @@ -3,3 +3,5 @@ <% else %> <%= render_project_table_with_filtering(@projects, @question) %> <% end %> + +

<%= pagination_links_full @project_pages, @project_count %>

diff -r 95b78e19e586 -r c8aec937ea53 vendor/plugins/redmine_tags/app/views/projects/index.rhtml --- a/vendor/plugins/redmine_tags/app/views/projects/index.rhtml Mon Nov 21 17:40:25 2011 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/index.rhtml Mon Nov 21 17:51:34 2011 +0000 @@ -54,7 +54,7 @@ <%= render :partial => 'filtered_projects' %> -

<%= pagination_links_full @project_pages, @project_count %>

+ <% other_formats_links do |f| %>