1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
This commit is contained in:
Akira Matsuda 2012-05-29 22:02:26 +09:00
parent 8ca1a41740
commit 101e7e212a

View file

@ -7,7 +7,6 @@
per_page: number of items to fetch per page
remote: data-remote
-%>
<%= p total_pages %>
<span class="page<%= ' current' if page.current? %>">
<%= link_to_unless page.current?, page, url, opts = {:remote => remote, :rel => page.next? ? 'next' : page.prev? ? 'prev' : nil} %>
</span>