Sha256: a38a58e463f5301755a8a0a3b521a0b862edc9728852425916508413abccaccc

Contents?: true

Size: 409 Bytes

Versions: 3

Compression:

Stored size: 409 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
    total_pages:   total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<li>
  <%= link_to_unless current_page.last?, t('views.pagination.last').html_safe, url, :remote => remote %>
</li>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
admin-sys-1.0.2 app/views/kaminari/_last_page.html.erb
admin-sys-1.0.1 app/views/kaminari/_last_page.html.erb
admin-sys-1.0.0 app/views/kaminari/_last_page.html.erb