Add pagination via kaminari

This commit is contained in:
Andreas Haller 2015-04-27 23:14:48 +02:00
parent f71c083722
commit 40eeac2021
13 changed files with 57 additions and 5 deletions

View file

@ -0,0 +1,4 @@
li
= link_to_unless(current_page.last?,
raw(t 'views.pagination.next'),
url, :rel => 'next', :remote => remote)