Sha256: 2dc61e879a309fd76afc621f548a06f1c0347819749a4d5a6cd74ebdbbd27df1

Contents?: true

Size: 486 Bytes

Versions: 27

Compression:

Stored size: 486 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
-%>
<span class="next next_page <%= 'disabled' if current_page.last? %>">
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</span>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-3.8.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.8.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.8.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.7.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.7.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.7.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.6.1.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.6.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.5.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.4.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.4.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.4.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.3.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.3.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.3.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.2.2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.2.1 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.2.0 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.2.0pre2 app/views/kaminari/blacklight/_next_page.html.erb
blacklight-3.2.0pre1 app/views/kaminari/blacklight/_next_page.html.erb