Sha256: 468039f52a9abde048c2f5ae2c1e0728aab4e9d219c0ffa30d43a816149bdd33

Contents?: true

Size: 443 Bytes

Versions: 6

Compression:

Stored size: 443 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
-%>
<% unless current_page.last? -%>
  <li class="last">
    <%= link_to raw(t 'views.pagination.last'), url, {:remote => remote} %>
  </li>
<% end -%>

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
admin-panel-0.1.4 lib/generators/admin_panel/install/templates/views/erb/kaminari/admin-bootstrap/_last_page.html.erb
admin-panel-0.1.3 lib/generators/admin_panel/install/templates/views/erb/kaminari/admin-bootstrap/_last_page.html.erb
kaminari-bootstrap-3.0.1 app/views/kaminari/_last_page.html.erb
weeler-0.0.4 app/views/kaminari/_last_page.html.erb
weeler-0.0.3 app/views/kaminari/_last_page.html.erb
weeler-0.0.2 app/views/kaminari/_last_page.html.erb