Sha256: c89dc1b7abd447b57c540d2a76b54c25483469da7fbca284031eb56bd8df43d8

Contents?: true

Size: 459 Bytes

Versions: 4

Compression:

Stored size: 459 Bytes

Contents

<%# Link to the "Last" page
  - available local variables
    url:           url to the last 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.last? %>
<li class="page-item">
  <%= link_to raw(t 'views.pagination.last'), 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/_last_page.html.erb
iqvoc-4.14.4 app/views/kaminari/_last_page.html.erb
iqvoc-4.13.2 app/views/kaminari/_last_page.html.erb
iqvoc-4.13.0 app/views/kaminari/_last_page.html.erb