Sha256: 651683d0ba19239bc805d2eadc991112c66237c96f18b96da3a0145fb10ba334

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

## [Will Paginate][wp] link renderer styles for [Twitter Bootstrap][bs]

Rails Engine that extends [will_paginate][wp] stylings to match the pagination styling conventions
in Twitter's [Bootstrap][bs] toolkit.

The real hard work done on the renderer initializer was written by [Isaac Bowen][is].

### Demo picture

![Demo of boostrap-will_paginate](boostrap-will_paginate.png)

### Installation

Add to your Gemfile:

    gem 'bootstrap-will_paginate'

### Usage

Just like you would in the regular [will_paginate][wp].  If you've got a need to use the default will_paginate stylings,
pass an option like so:

    <%= will_paginate(@things, :renderer => WillPaginate::ActionView::LinkRenderer) %>


Copyright (c) 2017 [Nicholas Fine](https://twitter.com/yrgoldteeth), [Isaac Bowen](http://isaacbowen.com) released under the MIT license

[wp]: https://github.com/mislav/will_paginate
[bs]: http://getbootstrap.com/
[is]: https://gist.github.com/1182136

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-will_paginate-0.0.11 README.markdown