Sha256: e7c7bfe227eede30b2b45ee1a532b4aced76fcf2050ff062a9841b78eccb4097
Contents?: true
Size: 568 Bytes
Versions: 20
Compression:
Stored size: 568 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 total_pages: total number of pages per_page: number of items to fetch per page remote: data-remote -%> <% unless current_page.first? %> <li class="first page-item"> <%= link_to_unless current_page.first?, inline_svg_tag('pagination-double-arrow-right.svg', size: '13px*16px', class: 'spree-icon-arrow-left'), url, remote: remote, class: 'page-link' %> </li> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems