mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add pagination via kaminari
This commit is contained in:
parent
f71c083722
commit
40eeac2021
13 changed files with 57 additions and 5 deletions
|
@ -81,6 +81,9 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.2)
|
||||
kaminari (0.16.3)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
launchy (2.4.3)
|
||||
addressable (~> 2.3)
|
||||
loofah (2.0.1)
|
||||
|
@ -188,6 +191,7 @@ DEPENDENCIES
|
|||
elasticsearch-model
|
||||
foundation-rails
|
||||
jquery-rails
|
||||
kaminari
|
||||
launchy
|
||||
omniauth
|
||||
omniauth-browserid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue