Sha256: 21a854ee4ae37a5235d8c190f2a51e3bc6b59c4545b22827a5b2319200afe73b

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 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? %>
  <%= link_to_unless current_page.last?, raw(t('views.pagination.last')), url, class: 'page-link', data: { turbo: true } %>
</li>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loggable_activity-0.5.7 app/views/kaminari/pico/_last_page.html.erb
loggable_activity-0.5.6 app/views/kaminari/pico/_last_page.html.erb
loggable_activity-0.5.4 app/views/kaminari/pico/_last_page.html.erb