Skip to content

Commit

Permalink
Add link to HAML fork in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabetax committed Mar 7, 2012
1 parent b32322b commit 3cdf3bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
[twitter bootstrap](https://github.com/twitter/bootstrap) is a toolkit from Twitter designed to kickstart development of webapps and sites, including styles for [pagination](http://twitter.github.com/bootstrap/#navigation). If you're using [kaminari](https://github.com/amatsuda/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
* Step 1: Copy app/views/kaminari into your local Rails app/views folder
* Step 2: LEAVE ME ALONE, JEFF GOLDBUM.
Copy `app/views/kaminari` into your local Rails app/views folder

## Compatibility
These views were tested with kaminari 0.12.4 and bootstrap 1.1.0 and 1.3.0.

## HAML fork
Prefer to use HAML over ERB? Lucky for you, [Nick
Gorbikoff](https://github.com/konung) has created a [HAML
fork](https://github.com/konung/twitter-bootstrap-kaminari-views) for
your pleasure.

0 comments on commit 3cdf3bd

Please sign in to comment.