Sha256: e13410a30514549953e3939c56bd20398796a410dc15fa94361b22aa5d18b1ec

Contents?: true

Size: 779 Bytes

Versions: 95

Compression:

Stored size: 779 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
-%>
<% if current_page.last? %>
    <li class="page-item disabled">
      <%= link_to raw(t 'views.pagination.next'), '#', :rel => 'next', :onclick=>'return false;', class: 'page-link', aria: { label: t('views.pagination.aria.go_to_next_page') } %>
    </li>
<% else %>
    <li class="page-item">
      <%= link_to raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote, class: 'page-link', aria: { label: t('views.pagination.aria.go_to_next_page') } %>
    </li>
<% end %>

Version data entries

95 entries across 94 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.40.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.6.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.5.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.5.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.39.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.4.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.38.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/kaminari/blacklight/_next_page.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.3.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.2.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.2.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.2.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.37.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.36.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.36.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.36.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-7.35.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-8.1.0 app/views/kaminari/blacklight/_next_page.html.erb