Skip to content
Snippets Groups Projects
Unverified Commit 1dc8deb6 authored by Khemissi Amir's avatar Khemissi Amir Committed by GitHub
Browse files

GIT-2207: Fixed internal error caused by overflowing pages (Fixes #2207) (#3018)

parent 00ca802e
Branches
Tags
No related merge requests found
......@@ -80,9 +80,9 @@ require 'pagy/extras/bootstrap'
# Overflow extra: Allow for easy handling of overflowing pages
# See https://ddnexus.github.io/pagy/extras/overflow
# require 'pagy/extras/overflow'
require 'pagy/extras/overflow'
# Pagy::VARS[:overflow] = :empty_page # default (other options: :last_page and :exception)
Pagy::VARS[:overflow] = :last_page
# Trim extra: Remove the page=1 param from links
# See https://ddnexus.github.io/pagy/extras/trim
# require 'pagy/extras/trim'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment