gitlab-org--gitlab-foss/app/controllers/explore
Yorick Peterse c1f9403e45
Use Prev/Next pagination for exploring projects
This changes the pagination of the "Explore" pages so they use a simpler
pagination system that only shows "Prev" and "Next" buttons. This
removes the need for getting the total number of rows to display, a
process that can easily take up to 2 seconds when browsing through a
large list of projects.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
2017-08-14 13:53:42 +02:00
..
application_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
groups_controller.rb Merge branch 'tc-fix-private-subgroups-shown' into 'security' 2017-05-10 16:48:18 +02:00
projects_controller.rb Use Prev/Next pagination for exploring projects 2017-08-14 13:53:42 +02:00
snippets_controller.rb Merge branch 'snippets-finder-visibility' into 'security' 2017-05-10 16:48:18 +02:00