mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
3 lines
140 B
Text
3 lines
140 B
Text
<span class="next">
|
|
<%= link_to_if (current_page < num_pages), raw('Next »'), next_url, :class => 'next', :rel => 'next' %>
|
|
</span>
|