mislav/will_paginate

Bug with options passed to will_paginate

lethunder opened this issue · 0 comments

Hello guys,
this is my stack
ruby "3.2.2"
rails 7.1.3.4
'will_paginate', '~> 4.0'

when i do this
<%= will_paginate collection, page_links: false %>

it renders
image

the pages are still present. I only want prev and next links