Sha256: d6b61eb9c0a17e14a4725ab26cfb6622b2fdaae83f6930820537dfd972d98f81
Contents?: true
Size: 600 Bytes
Versions: 138
Compression:
Stored size: 600 Bytes
Contents
<%# Link to the "Last" page - available local variables url: url to the last 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="last-page disabled"><i class="icon fas fa-angle-double-right"></i></span> <% else %> <%= link_to url, remote: remote, title: Alchemy.t(:last, scope: 'pagination'), class: 'last-page' do %> <i class="icon fas fa-angle-double-right"></i> <% end %> <% end %>
Version data entries
138 entries across 138 versions & 1 rubygems