Sha256: 7a0a9808ca7e34305d626dc93dad6deee707d3ef99f46e9a78ca260abab3e07a
Contents?: true
Size: 554 Bytes
Versions: 46
Compression:
Stored size: 554 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="last"> <%= link_to_unless current_page.last?, t("views.pagination.last").html_safe, url, remote: remote, title: t("views.pagination.last_title").html_safe %> </li>
Version data entries
46 entries across 46 versions & 1 rubygems