Bootstrap Pagination

Bootstrap Pagination is a nice-looking link alternative to be used with will_paginate.
:exclamation: At the moment, only Rails is supported. :exclamation:
version 1.0.1

Sample:

How to use:

First, install the gem by running the command gem install bootstrap_pagination

After you have installed, use the gem as followed:

  <%= will_paginate @collection, renderer: BootstrapPagination::LinkRenderer %>

Or, with HAML

  = will_paginate @collection, renderer: BootstrapPagination::LinkRenderer