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-5.0.10 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.6.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.9 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.9 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.6.6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.8 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.8 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.6.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.5.1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.4.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.6.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.7 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/kaminari/alchemy/_next_page.html.erb