Sha256: 457a656fa4b9c51c821086b0c84c83988219693abc0cdf40119ba56f1a924d0c

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

<%# Link to the "Next" page
  - available local variables
    url:           url to the next page
    current_page:  a page object for the currently displayed page
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<% unless current_page.last? %>
<li class="page-item next_page">
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, class: 'page-link', :rel => 'next', :remote => remote %>
</li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-kaminari-views-reload-0.0.5 app/views/kaminari/twitter-bootstrap-4/_next_page.html.erb