bootstrap-ruby / will_paginate-bootstrap

Integrates the Twitter Bootstrap pagination component with will_paginate
MIT License
388 stars 160 forks source link

Size control? #40

Open helmerj opened 10 years ago

helmerj commented 10 years ago

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

cjbutcher commented 8 years ago

You can do this now

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