Skip to content

flaneur2020/bootstrap-will_paginate

 
 

Repository files navigation

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.

Installation

Add to your Gemfile:

gem 'bootstrap-will_paginate'

Usage

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

About

Format will_paginate html to match Twitter Bootstrap styling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%