Using standard location for will_paginate-foundation Gem
This commit is contained in:
parent
2b32fe58e9
commit
219d1c5253
2 changed files with 7 additions and 10 deletions
6
Gemfile
6
Gemfile
|
|
@ -67,8 +67,10 @@ gem 'foundation-rails'
|
|||
|
||||
# Pagination
|
||||
gem 'will_paginate'
|
||||
#gem 'foundation-will_paginate', :github => 'acrogenesis/will_paginate-foundation'
|
||||
gem 'will_paginate-foundation', :github => 'acrogenesis/will_paginate-foundation'
|
||||
|
||||
# Style the paginator properly to use Zurb Foundation's style
|
||||
# https://github.com/acrogenesis/will_paginate-foundation
|
||||
gem 'will_paginate-foundation'
|
||||
|
||||
# Lightbox image viewer for full-sized images
|
||||
gem 'fancybox2-rails', '~> 0.2.4'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue