Actions
Feature #3415
openAdd pagination to dashboard index
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Description
The DashboardsController
is already prepared to show pagination but the view does not use it. Therefore, we should add the pagination to the view with:
<span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span>
No data to display
Actions