Sha256: 7e184f2852669d1e70c008249731cf8b24e55c5cf15d917259ae9ab368f90466

Contents?: true

Size: 607 Bytes

Versions: 137

Compression:

Stored size: 607 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 fas fa-angle-right"></i></span>
<% else -%>
  <%= link_to url, rel: 'next', remote: remote, title: Alchemy.t(:next_page, scope: 'pagination'), class: 'next_page' do %>
    <i class="icon fas fa-angle-right"></i>
  <% end %>
<% end -%>

Version data entries

137 entries across 137 versions & 1 rubygems

Version Path
alchemy_cms-7.0.15 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.1.10 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.14 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.13 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.12 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.11 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.10 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.9 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.8 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.1.9 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.1.8 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.1.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-7.0.0 app/views/kaminari/alchemy/_next_page.html.erb