Sha256: b6aa1423d1ac40a6594096a2103f463ee4f758cfa9a5d063d192c3787564b029
Contents?: true
Size: 467 Bytes
Versions: 63
Compression:
Stored size: 467 Bytes
Contents
<%# Link to the "First" page - available local variables url: url to the first 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="first"> <%= link_to_unless current_page.first?, raw(t 'views.pagination.first'), url, remote: remote %> </li> <% end %>
Version data entries
63 entries across 63 versions & 1 rubygems