Sha256: 7e184f2852669d1e70c008249731cf8b24e55c5cf15d917259ae9ab368f90466

Contents?: true

Size: 607 Bytes

Versions: 138

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

138 entries across 138 versions & 1 rubygems

Version Path
alchemy_cms-6.0.0.pre.rc2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.b3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.b2 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-6.0.0.b1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.1 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-4.6.3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.0.4 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.1.3 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.0 app/views/kaminari/alchemy/_next_page.html.erb
alchemy_cms-5.2.0.rc1 app/views/kaminari/alchemy/_next_page.html.erb