Bootstrap3::Kaminari::Views¶ ↑
Basic Gem for quick default inclusion of Kaminari theme compatible with Twitter Bootstrap 2.0
Installation¶ ↑
Add this line to your application’s Gemfile:
gem 'kaminari' gem 'bootstrap3-kaminari-views'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install bootstrap3-kaminari-views
Usage¶ ↑
Just render Pagination with the theme ‘bootstrap’ like this:
= paginate @posts, theme: 'bootstrap'
Contributing¶ ↑
-
Fork it
-
Create your feature branch (‘git checkout -b my-new-feature`)
-
Commit your changes (‘git commit -am ’Add some feature’‘)
-
Push to the branch (‘git push origin my-new-feature`)
-
Create new Pull Request