mislav / will_paginate

Pagination library for Rails and other Ruby applications
http://github.com/mislav/will_paginate/wikis
MIT License
5.71k stars 864 forks source link

Bug with options passed to will_paginate #661

Closed lethunder closed 1 month ago

lethunder commented 1 month ago

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