Sha256: b994c2f0188fca550513a3c343c9da350c03d8db66ca406c9c7ca5e6d2a72f30
Contents?: true
Size: 513 Bytes
Versions: 36
Compression:
Stored size: 513 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 -%> <% unless current_page.first? %> <li class="prev mobile_pagination ui-block-a"> <%= link_to_unless current_page.first?, raw(t 'views.pagination.previous'), url, rel: 'prev', remote: remote %> </li> <% end %>
Version data entries
36 entries across 36 versions & 1 rubygems