Sha256: 8ae732585482f6026065c297761f399b2add7ea9cce462a7e80f8f126eb76220

Contents?: true

Size: 599 Bytes

Versions: 1

Compression:

Stored size: 599 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: 'harpiya-icon-arrow-left'), url, remote: remote, class: 'page-link', 'aria-label': 'First page' %>
  </li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/kaminari/twitter-bootstrap-4/_first_page.html.erb