Sha256: 8711cc6e004e13b853f13356795280c76d46aec6ab074c005f1dda42167befc1

Contents?: true

Size: 463 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/kaminari/_first_page.html.erb
iqvoc-4.14.4 app/views/kaminari/_first_page.html.erb
iqvoc-4.13.2 app/views/kaminari/_first_page.html.erb
iqvoc-4.13.0 app/views/kaminari/_first_page.html.erb