Sha256: d6a4c2131be4efd6a1c753b36c10b8ab2f8f69957e285e22a1555bca16d97275
Contents?: true
Size: 563 Bytes
Versions: 50
Compression:
Stored size: 563 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 next page-item"><%# "next" class present for border styling in twitter bootstrap %> <%= link_to_unless current_page.last?, raw(t 'views.pagination.last'), url, remote: remote, class: 'page-link' %> </li> <% end %>
Version data entries
50 entries across 50 versions & 2 rubygems