Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 731 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 731 Bytes

Twitter Bootstrap Theme For Kaminari

Dependencies

Kaminari

https:/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:/dleavitt/bootstrap_kaminari.git'

The theme is namespaced, so invoke it like this:

paginate @items, theme: "bootstrap"