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