Sha256: 7da71066a90ec4597fe64671cf58ea2f54b7a1a58cb6bac1258961a8f8d02d81

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-4.6.0 app/views/kaminari/blacklight_compact/_paginator.html.erb