Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

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://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"