Sha256: 57d2f81c8f8d56e033465bab37f6b6e8188d59d540840857cc1c882aa88354c1

Contents?: true

Size: 405 Bytes

Versions: 5

Compression:

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

<li>
  <%= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, {: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/_last_page.html.erb
quick_search-core-0.1.1 app/views/quick_search/kaminari/_last_page.html.erb
quick_search-core-0.1.0 app/views/quick_search/kaminari/_last_page.html.erb
quick_search-core-0.0.1 app/views/quick_search/kaminari/_last_page.html.erb
quick_search-core-0.0.1.test app/views/quick_search/kaminari/_last_page.html.erb