Sha256: 0504f94724f8db142ffcabf1d30e37ab49818e4a3de473cf19e8a04e8ed720c0

Contents?: true

Size: 479 Bytes

Versions: 6

Compression:

Stored size: 479 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
-%>
<span class="last text-blue-500 hover:text-blue-700 disabled:text-gray-400">
  <%= link_to_unless current_page.last?, t('views.pagination.last').html_safe, url, remote: remote %>
</span>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
administrate_tailwind_theme-0.0.6 app/views/kaminari/_last_page.html.erb
administrate_tailwind_theme-0.0.5 app/views/kaminari/_last_page.html.erb
administrate_tailwind_theme-0.0.4 app/views/kaminari/_last_page.html.erb
administrate_tailwind_theme-0.0.3 app/views/kaminari/_last_page.html.erb
administrate_tailwind_theme-0.0.2 app/views/kaminari/_last_page.html.erb
administrate_tailwind_theme-0.0.1 app/views/kaminari/_last_page.html.erb