Sha256: af59007c8e5fd8ef79500b35af9874414d18c982a0911b60d6c250c6c113b6c9

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 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 #{current_page.last? ? 'disabled' : ''}"
  = link_to_unless current_page.last?, I18n.t(:next_page, scope: [:layout, :pagination]), url, rel: 'next', class: 'button', remote: remote

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/kaminari/cabinet_default/_next_page.html.slim
translation_cms-0.1.5 app/views/kaminari/table_pagination/_next_page.html.slim