diff --git a/app/views/dashboard/active.html.erb b/app/views/dashboard/active.html.erb index ba92f0bdbce..e50732e991c 100644 --- a/app/views/dashboard/active.html.erb +++ b/app/views/dashboard/active.html.erb @@ -50,5 +50,6 @@ <% end %> + <%= will_paginate @active_pushes, renderer: WillPaginate::ActionView::BootstrapLinkRenderer, list_classes: %w(pagination justify-content-center) %> <% end %>