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 2016-12-08 16:37:10 +09:00
parent 5632ba9d10
commit efe33119fb

View file

@ -408,7 +408,7 @@ User.page(3).without_count
In your view file, you can only use simple helpers like the following instead of the full-featured `paginate` helper:
```erb
<%= link_to_next_page @users, 'Previous Page' %>
<%= link_to_prev_page @users, 'Previous Page' %>
<%= link_to_next_page @users, 'Next Page' %>
```