Skip to content

Bootstrap Kaminari Views Installation

matenia edited this page May 13, 2012 · 2 revisions

This is a basic Gem for quick default inclusion of Kaminari theme compatible with Twitter Bootstrap 2.0

Usage

Ensure your gemfile contains

gem 'kaminari'
gem 'bootstrap-kaminari-views'

Render Pagination with a theme

= paginate @posts, :theme => 'twitter-bootstrap'

Credits

Kaminari - For making an awesome gem

twitter-bootstrap-kaminari-views - Non Gem-ified Implementation

Clone this wiki locally