Will Paginate link renderer styles for Twitter Bootstrap 3/4
Rails Engine that extends will_paginate stylings to match the pagination styling conventions in Twitter's Bootstrap toolkit.
The real hard work done on the renderer initializer was written by Isaac Bowen.
Demo picture
Installation
Add to your Gemfile:
gem 'bootstrap-will_paginate'
Usage
Just like you would in the regular will_paginate. If you've got a need to use the default will_paginate stylings, pass an option like so:
<%= will_paginate(@things, :renderer => WillPaginate::ActionView::LinkRenderer) %>
To use Bootstrap 4 version:
<%= will_paginate(@things, :renderer => WillPaginate::ActionView::Bootstrap4LinkRenderer) %>
Copyright (c) 2017 Nicholas Fine, Isaac Bowen released under the MIT license