Sha256: 82d6e6110a6381cb2cf317abb4fd739a9091b7f148af27beada2e9266c79500b

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 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="join-item btn btn-sm btn-outline">
    <%= link_to_unless current_page.last?,
                     raw(t 'views.pagination.last'),
                     url,
                     :remote => remote %>
  </li>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
denki-0.0.4 app/views/kaminari/daisyui/_last_page.html.erb