Sha256: 101200b994cde56c0f3bda706ffa082d7b5f62372c3b0f0b62444c707a0bd205

Contents?: true

Size: 469 Bytes

Versions: 17

Compression:

Stored size: 469 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
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<span class="last">
  <%= link_to_unless current_page.last?, '&raquo;'.html_safe, url, {:remote => remote, :title => t('views.pagination.last'), :class => 'button'} %>
</span>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.9.0 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.8.3 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.5 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.3 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.4 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.8.2 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.8.1 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.3 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.2 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.1 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.7.0 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.2.1 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.2 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.1 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.0 app/views/kaminari/_last_page.html.erb
alchemy_cms-2.6.0.rc5 app/views/kaminari/_last_page.html.erb