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