Sha256: a72721d12a81d72d38b442cbcdef4562995a12a9eabb4274849157f44533b5c0
Contents?: true
Size: 610 Bytes
Versions: 46
Compression:
Stored size: 610 Bytes
Contents
<%# Link to the "Previous" page - available local variables url: url to the previous 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="pagination-previous"> <%= link_to_unless current_page.first?, t("views.pagination.previous").html_safe, url, rel: "prev", remote: remote, title: t("views.pagination.previous_title") %> </li>
Version data entries
46 entries across 46 versions & 1 rubygems