Sha256: e0d306df179a87986038448ded5df98190ca4ec6c3aba3f1cda0c5294953b008

Contents?: true

Size: 469 Bytes

Versions: 5

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
    total_pages:   total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<span class="last">
  <% unless current_page.last? %>
    <%= link_to url, :remote => remote do %>
      <%= fa_icon("angle-double-right") %>
    <% end %>
  <% end %>
</span>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
venice-chr-0.1.5 app/views/kaminari/_last_page.html.erb
venice-chr-0.1.4 app/views/kaminari/_last_page.html.erb
venice-chr-0.1.3 app/views/kaminari/_last_page.html.erb
venice-chr-0.1.2 app/views/kaminari/_last_page.html.erb
venice-chr-0.1.1 app/views/kaminari/_last_page.html.erb