Using own custom Foundation 6 paginator

This commit is contained in:
Christoph Haas 2016-03-03 17:11:54 +01:00
parent 7e7d2e6c0b
commit 28e4f8e705
6 changed files with 67 additions and 13 deletions

View file

@ -85,7 +85,8 @@ gem 'will_paginate'
# Style the paginator properly to use Zurb Foundation's style
# https://github.com/acrogenesis/will_paginate-foundation
gem 'will_paginate-foundation'
# (Does not support Foundation 6 yet.)
#gem 'will_paginate-foundation'
# Lightbox image viewer for full-sized images
gem 'fancybox2-rails', '~> 0.2.8'