21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-02 08:50:49 +02:00
chexpire/app/views/kaminari/_first_page.html.erb
2018-07-03 19:45:24 +02:00

12 lines
459 B
Plaintext

<%# 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
-%>
<li class="page-item <%= 'active' if current_page.first? %>">
<%= link_to t('views.pagination.first').html_safe, url, remote: remote, class: "page-link" %>
</li>