kaminari--kaminari/app/views/kaminari/_next_link.html.erb

4 lines
159 B
Plaintext
Raw Normal View History

2011-02-05 14:20:06 +00:00
<span class="next">
2011-02-07 11:47:06 +00:00
<%= link_to_if (current_page < num_pages), raw('Next &raquo;'), next_url, :class => 'next', :rel => 'next', :remote => remote %>
2011-02-05 14:20:06 +00:00
</span>