summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-10-26 07:09:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-10-26 07:09:52 +0000
commit5a72c19e5dee8a775e5d79edf6e7a79590502342 (patch)
tree2ad0e88c009bd838cf81640d059c36758100dddb /app/views
parent49222d01fb5c8cd481ab9644813ca9b2db97245a (diff)
downloadredmine-5a72c19e5dee8a775e5d79edf6e7a79590502342.tar.gz
redmine-5a72c19e5dee8a775e5d79edf6e7a79590502342.zip
Don't paginate the board view for now (#29482).
Subprojects may appear as root projects if their parents are on a previous page. git-svn-id: http://svn.redmine.org/redmine/trunk@18866 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/_list.html.erb1
-rw-r--r--app/views/projects/index.html.erb1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_list.html.erb b/app/views/projects/_list.html.erb
index 8a1efc204..298ec8ca7 100644
--- a/app/views/projects/_list.html.erb
+++ b/app/views/projects/_list.html.erb
@@ -33,3 +33,4 @@
</tbody>
</table>
</div>
+<span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span>
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb
index 067c9bdee..59fc4e6e2 100644
--- a/app/views/projects/index.html.erb
+++ b/app/views/projects/index.html.erb
@@ -15,7 +15,6 @@
<p class="nodata"><%= l(:label_no_data) %></p>
<% else %>
<%= render :partial => @query.display_type, :locals => { :entries => @entries }%>
- <span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span>
<% end %>
<% end %>