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

Size control?

Open helmerj opened this issue 10 years ago • 1 comments

It would be awesome if your gem could support the additional sizes, to make the pagination links smaller or bigger.

Add .pagination-lg or .pagination-sm for those additional sizes

For no I use JS to add the additional class... Cheers Juergen

helmerj avatar Dec 02 '14 18:12 helmerj

You can do this now

<%= will_paginate @uploads, renderer: BootstrapPagination::Rails, class: 'pagination-sm' %>

cjbutcher avatar Nov 01 '16 09:11 cjbutcher