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

Integrates the Twitter Bootstrap pagination component with will_paginate

Results 17 will_paginate-bootstrap issues
Sort by recently updated
recently updated
newest added
trafficstars

http://getbootstrap.com/components/#pagination-pager

I'm removing the page numbers, and adding a class of `.pager` like this: ``` ``` However, because it's automatically adding the `.pagination` class as well, I'm getting some funkiness. I...

Remove duplicated `pagination` css class in the `ul` element.

Is there any i18n support? If there is, pls document it! :)

I'm actually not sure how this gem worked prior - but Bootstrap specs require that the pagination list is wrapped in a div, which has the correct class applied to...

Currently, from a screen reader perspective, the pages are not obviously labeled as such. Bootstrap 3.0 provides the 'sr-only' class to allow bits of html to only be shown to...