Sha256: 34ba4749bdd60dcbd25be2fbf1d47f4d22c350c5b0759e7916fe705b9d1aad9d

Contents?: true

Size: 440 Bytes

Versions: 11

Compression:

Stored size: 440 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?, raw(tr('Last {raquo}', 'Link to the last page')), url, {:remote => remote} %>
</span>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tr8n-3.2.3 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.2.2 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.2.1 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.2.0 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.8 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.7 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.6 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.5 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.4 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.3 local/tr8n_server/app/views/kaminari/_last_page.html.erb
tr8n-3.1.2 local/tr8n_server/app/views/kaminari/_last_page.html.erb