Sha256: 1da0504b4e0d778e92ee479fe2746342b3f0f91bae4aa02ad5ff47ab594b8786

Contents?: true

Size: 633 Bytes

Versions: 16

Compression:

Stored size: 633 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? -%>
  <span class="next_page disabled">
    <i class="icon ri-arrow-right-s-line ri-fw"></i>
  </span>
<% else -%>
  <%= link_to url, rel: 'next', remote: remote, title: Alchemy.t(:next_page, scope: 'pagination'), class: 'next_page' do %>
    <i class="icon ri-arrow-right-s-line ri-fw"></i>
  <% end %>
<% end -%>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-7.1.12 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.11 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.10 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.9 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.8 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.0 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/kaminari/alchemy/_next_page.html.erb