Sha256: 9e34922d01d4ff3aa2d6d5a7810c079ee93ad94409a6b1c37256b1c2256d9e8b

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 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
-%>

<li>
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.next'), url, :rel => 'next', :remote => remote %>
</li>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quick_search-core-0.2.0 app/views/quick_search/kaminari/_next_page.html.erb
quick_search-core-0.1.1 app/views/quick_search/kaminari/_next_page.html.erb
quick_search-core-0.1.0 app/views/quick_search/kaminari/_next_page.html.erb
quick_search-core-0.0.1 app/views/quick_search/kaminari/_next_page.html.erb
quick_search-core-0.0.1.test app/views/quick_search/kaminari/_next_page.html.erb