Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 731 Bytes

File metadata and controls

39 lines (25 loc) · 731 Bytes

Twitter Bootstrap Theme For Kaminari

Dependencies

Kaminari

https://github.com/amatsuda/kaminari

gem 'kaminari'

Twitter Bootstrap

Usage

Add Kaminari and some form of Twitter Bootstrap to your project.

Require bootstrap_kaminari in your Gemfile:

gem 'bootstrap_kaminari'

or

gem 'bootstrap_kaminari', :git => 'git://github.com/dleavitt/bootstrap_kaminari.git'

The theme is namespaced, so invoke it like this:

paginate @items, theme: "bootstrap"