-
Thanks for this gem! We use it with the bootstrap extra and find ourselves doing this many times in our codebase: <%== pagy_bootstrap_nav(@pagy) if @pagy.pages > 1 %> Is there a way to globally specify this behavior of not showing the pagination navbar if there is just one page? |
Beta Was this translation helpful? Give feedback.
Answered by
ddnexus
Aug 13, 2025
Replies: 1 comment 1 reply
-
Maybe wrap it in a helper? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Splines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe wrap it in a helper?