Sha256: 95d7ce2475a2e650e2df3aea9958934921ea53f46c728fb75221bc369b8612b4

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

<%# Link to the "Next" page
  - available local variables
    url:           url to the next 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="next text-blue-500 hover:text-blue-700 disabled:text-gray-400">
  <%= link_to_unless current_page.last?, t('views.pagination.next').html_safe, url, rel: 'next', remote: remote %>
</span>

Version data entries

6 entries across 6 versions & 1 rubygems

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