Sha256: 67f5f4f0b6a3e02c47548876d5581fdfcfd5467f16b0d2fed97f5ebfa20243d1

Contents?: true

Size: 565 Bytes

Versions: 12

Compression:

Stored size: 565 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 class="page-item<% if current_page.last? %> disabled<% end %>">
  <% if current_page.last? %>
    <span class="page-link">&raquo;</span>
  <% else %>
    <%= link_to content_tag(:span, "&raquo;".html_safe), url, class: "page-link", remote: remote %>
  <% end %>
</li>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trestle-0.10.0 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.10.0.pre2 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.10.0.pre app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.8 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.7 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.6 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.5 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.4 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.3 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.2 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.1 app/views/kaminari/trestle/_last_page.html.erb
trestle-0.9.0 app/views/kaminari/trestle/_last_page.html.erb