parsley/app/views/kaminari/_next_page.html.erb

4 lines
126 B
Plaintext
Raw Normal View History

2017-02-21 12:57:56 -06:00
<li>
<%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</li>