Open helmerj opened 9 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
You can do this now
<%= will_paginate @uploads, renderer: BootstrapPagination::Rails, class: 'pagination-sm' %>
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