bootstrap-will_paginate icon indicating copy to clipboard operation
bootstrap-will_paginate copied to clipboard

Use small or large classes

Open Stivaros opened this issue 7 years ago • 1 comments

Is there a way to support .pagination-sm or .pagination-lg?

Bootstrap Ref: http://getbootstrap.com/components/#sizing

Thanks

Stivaros avatar May 13 '17 09:05 Stivaros

@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') %>

ChristianClassen avatar May 31 '17 14:05 ChristianClassen