Sha256: 100f12b042d342bb5561b70f5ffeb67a0491be12fc9a090bbadd18328a12cf23

Contents?: true

Size: 608 Bytes

Versions: 5

Compression:

Stored size: 608 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
    total_pages:   total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<% unless current_page.last? %>
  <li class="next_page page-item">
    <%= link_to_unless current_page.last?, svg_icon(name: "chevron-right.svg", width: '13', height: '16', classes: 'spree-icon-arrow-right mb-0'), url, rel: 'next', remote: remote, class: 'page-link', 'aria-label': 'Next page' %>
  </li>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_backend-4.2.0.rc4 app/views/kaminari/admin-twitter-bootstrap-4/_next_page.html.erb
spree_backend-4.2.0.rc3 app/views/kaminari/admin-twitter-bootstrap-4/_next_page.html.erb
spree_backend-4.2.0.rc2 app/views/kaminari/admin-twitter-bootstrap-4/_next_page.html.erb
spree_backend-4.2.0.rc1 app/views/kaminari/admin-twitter-bootstrap-4/_next_page.html.erb
spree_backend-4.2.0.beta app/views/kaminari/admin-twitter-bootstrap-4/_next_page.html.erb