Sha256: dc43faa12c81d5aaf83af086abc21a9f4d2ab68f8ddbabf0a13e3dd0e782890d
Contents?: true
Size: 626 Bytes
Versions: 138
Compression:
Stored size: 626 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 num_pages: total number of pages per_page: number of items to fetch per page remote: data-remote -%> <% if current_page.first? -%> <span class="previous_page disabled"><i class="icon fas fa-angle-left"></i></span> <% else -%> <%= link_to url, rel: 'prev', remote: remote, class: 'previous_page', title: Alchemy.t(:previous_page, scope: 'pagination') do %> <i class="icon fas fa-angle-left"></i> <% end %> <% end -%>
Version data entries
138 entries across 138 versions & 1 rubygems