Merge branch 'pagination-last-page' into 'master'
Pagination last page First commit adds a link to the last page. Unless there are less than 5 pages to show. Also updates the `Kaminari` gem to the latest version, which is a minor update. [Changelog](https://github.com/amatsuda/kaminari/blob/master/CHANGELOG.rdoc) See merge request !1334
Showing
... | ... | @@ -77,7 +77,7 @@ gem "stamp", '~> 0.5.0' |
gem 'enumerize', '~> 0.7.0' | ||
# Pagination | ||
gem "kaminari", "~> 0.15.1" | ||
gem "kaminari", "~> 0.16.3" | ||
# HAML | ||
gem "haml-rails", '~> 0.5.3' | ||
... | ... |
Please register or sign in to comment