gmarik / bootstrap_kaminari

Twitter Bootstrap theme for Kaminari

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Twitter Bootstrap theme for Kaminari

License:MIT License