Sha256: 8abb0424aa40db9c539331460c4d77bc3d6a544c9b96dc3f36f6d9359c3ba969
Contents?: true
Size: 703 Bytes
Versions: 17
Compression:
Stored size: 703 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="mr-2"> <a href="<%= url %>" class="flex items-center gap-2 border border-secondary rounded font-semibold px-4 py-1.5 hover:bg-secondary hover:text-white" title="<%= t("views.pagination.previous_title") %>" rel="prev"> <%= icon "arrow-left-line", class: "fill-current" %> <span class="hidden md:block"><%= t("views.pagination.previous").html_safe %></span> </a> </li>
Version data entries
17 entries across 17 versions & 1 rubygems