Sha256: 7233a3ac17d647ff05bbb5a58d74f91ef1cf3170e2d2ca7bcb6ce0dd40f367f9

Contents?: true

Size: 554 Bytes

Versions: 7

Compression:

Stored size: 554 Bytes

Contents

<%# The container tag
  - available local variables
    current_page:  a page object for the currently displayed page
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
    paginator:     the paginator that renders the pagination tags inside

   Paginator now using the Bootstrap paginator class
-%>
<%- pagination_info_cache ||= page_entries_info(@response) %>

<%= paginator.render do -%>
  <%= prev_page_tag %> |  <%= pagination_info_cache %> |  <%= next_page_tag %>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.8.0 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.7.0 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.7.0.pre1 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.6.3 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.6.2 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.6.1 app/views/kaminari/blacklight_compact/_paginator.html.erb