21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-22 02:08:49 +02:00
chexpire/app/views/kaminari/_gap.html.erb

11 lines
385 B
Plaintext
Raw Normal View History

2018-07-03 19:45:24 +02:00
<%# Non-link tag that stands for skipped pages...
- available local variables
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">
<span class="page-link"><%= t('views.pagination.truncate').html_safe %></span>
</li>