Sha256: 308093352606cbef9c97615335bbb40d0943597cfc93acbd9897644b7697d818
Contents?: true
Size: 577 Bytes
Versions: 46
Compression:
Stored size: 577 Bytes
Contents
<%# Link showing page number - available local variables page: a page object for "this" page url: url to this 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="page<%= " current" if page.current? %>"<%== ' aria-current="page"' if page.current? %>> <%= link_to_unless page.current?, page, url, { remote: remote, rel: page.rel, title: t("views.pagination.title") << page.to_s } %> </li>
Version data entries
46 entries across 46 versions & 1 rubygems