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