Will Paginate link renderer styles for Twitter Bootstrap
Rails Engine that extends will_paginate stylings to match the pagination styling conventions in Twitter's Bootstrap toolkit.
The real hard work done on the renderer initializer was written by Isaac Bowen.
Add to your Gemfile:
gem 'bootstrap-will_paginate'
Just like you would in the regular will_paginate. If you've got a need to use the default will_paginate stylings, pass an option like so:
<%= will_paginate(@things, :renderer => WillPaginate::ActionView::LinkRenderer) %>
Copyright (c) 2012 Nicholas Fine, Isaac Bowen released under the MIT license