bootstrap-will_paginate
bootstrap-will_paginate copied to clipboard
Use small or large classes
Is there a way to support .pagination-sm
or .pagination-lg
?
Bootstrap Ref: http://getbootstrap.com/components/#sizing
Thanks
@Stivaros Yes it's possible. Had the same need and fixed it with #25 . Here's how to do it:
<%= will_paginate(@things, renderer: WillPaginate::ActionView::Bootstrap4LinkRenderer, class: 'pagination-lg') %>