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

4 lines
150 B
Plaintext
Raw Normal View History

<button class="join-item btn">
<%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, rel: 'next', remote: remote %>
</button>