Mercurial > hg > soundsoftware-site
changeset 801:c8aec937ea53 feature_14
Fixes Bug #337 (pagination is now inside the projects list partial).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 21 Nov 2011 17:51:34 +0000 |
parents | 95b78e19e586 |
children | 6fa65a452888 0b1b94ffb30f |
files | vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml vendor/plugins/redmine_tags/app/views/projects/index.rhtml |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 %> + +<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
--- 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' %> </div> -<p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p> + <% other_formats_links do |f| %>