bootstrap-ruby / will_paginate-bootstrap

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

Put ellipsis into span #32

Closed foobear closed 10 years ago

foobear commented 10 years ago

When the ellipsis is contained inside a link that points to #, clicking it scrolls to the beginning of the page which confuses users. ;)

This makes it use a span instead.

Also adds tests for disabled prev/next buttons at first/last page.

nickpad commented 10 years ago

Thanks - I've merged this and released version 1.0.1 which includes your change.

foobear commented 10 years ago

Great, thanks. :)