Sha256: 483a41b39f1f3cb9d155f9784b9673e9081dbe95e573dc1bb9e248f4675b8b0c

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

<% paginate_compact ||= nil %>
<% response = paginate_compact || @response -%>
<% if response.total_pages > 1 %>
<%= paginate response, :pagination_info_cache => page_entries_info(response), :theme => :blacklight_compact %>
<% else %>
<%= page_entries_info(response) %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_paginate_compact.html.erb
blacklight-4.8.0 app/views/catalog/_paginate_compact.html.erb
blacklight-4.7.0 app/views/catalog/_paginate_compact.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_paginate_compact.html.erb
blacklight-4.6.3 app/views/catalog/_paginate_compact.html.erb
blacklight-4.6.2 app/views/catalog/_paginate_compact.html.erb
blacklight-4.6.1 app/views/catalog/_paginate_compact.html.erb