mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 15:11:35 +02:00
Add pagination via kaminari
This commit is contained in:
parent
f71c083722
commit
40eeac2021
13 changed files with 57 additions and 5 deletions
3
app/views/kaminari/_first_page.html.slim
Normal file
3
app/views/kaminari/_first_page.html.slim
Normal file
|
@ -0,0 +1,3 @@
|
|||
li
|
||||
= link_to_unless(current_page.first?,
|
||||
raw(t 'views.pagination.first'), url, :remote => remote)
|
Loading…
Add table
Add a link
Reference in a new issue