mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
🙀
This commit is contained in:
parent
5632ba9d10
commit
efe33119fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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' %>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue