Sha256: dba3b8c14304f51443c324365ed34653d8df1041d71cbde21347d0820da96ea6

Contents?: true

Size: 556 Bytes

Versions: 5

Compression:

Stored size: 556 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 = render_pagination_info @response %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-4.5.0 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.5.0.rc1 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.4.2 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.4.1 app/views/kaminari/blacklight_compact/_paginator.html.erb
blacklight-4.4.0 app/views/kaminari/blacklight_compact/_paginator.html.erb