kaminari--kaminari/app/views/kaminari/_gap.html.erb

9 lines
353 B
Plaintext
Raw Normal View History

<%# Non-link tag that stands for skipped pages...
- available local variables
2011-02-27 15:17:09 +00:00
current_page: a page object for the currently displayed page
2012-05-25 06:31:53 +00:00
total_pages: total number of pages
per_page: number of items to fetch per page
remote: data-remote
-%>
<span class="page gap"><%= t('views.pagination.truncate').html_safe %></span>