Sha256: 5f2ea7426c1be5f568ca9987b11dbb53c6dc78bd81c31e3b373889ecede82888

Contents?: true

Size: 290 Bytes

Versions: 65

Compression:

Stored size: 290 Bytes

Contents

<% solr_response ||= @response %>
<% page_param_name ||= :page %>
<% if solr_response.total_pages > 1 %>
    <div class="row record-padding col-md-9">
      <%= paginate solr_response, outer_window: 2, theme: 'blacklight', param_name: page_param_name %>
    </div><!-- /pager -->
<% end %>

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.4 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.3 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.2 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.1 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.0 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/collections/_paginate.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/collections/_paginate.html.erb
hyrax-3.6.0 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/collections/_paginate.html.erb
hyrax-3.5.0 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/collections/_paginate.html.erb
hyrax-3.4.2 app/views/hyrax/collections/_paginate.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/collections/_paginate.html.erb
hyrax-3.4.1 app/views/hyrax/collections/_paginate.html.erb
hyrax-3.4.0 app/views/hyrax/collections/_paginate.html.erb