Sha256: 4939b39a490af5b2ee77adf4dbc6003258e50cb3229f96d3d6254754a34110e2

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 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
-%>
<% unless current_page.first? %>
<li class="page-item first">
  <%= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, :remote => remote, class: 'page-link' %>
</li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-kaminari-views-reload-0.0.5 app/views/kaminari/twitter-bootstrap-4/_first_page.html.erb