Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 863 Bytes

File metadata and controls

14 lines (9 loc) · 863 Bytes

Kaminari Slim views for Twitter Bootstrap

twitter bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites, including styles for pagination. If you're using kaminari as your pagination library, the markup in its default views won't match the selectors used by bootstrap. This repository contains modified copies of kaminari's views that you can drop in to your ruby application to work with bootstrap.

Installation

Copy app/views/kaminari into your local Rails app/views folder

Compatibility

These views were tested with kaminari 0.13.0 and bootstrap 2.1.1.

Credits

Converted from twitter-bootstrap-kaminari-views.