Sha256: 54d1302aca32c315249266f38acd72f2978efde99634df70b8fe2694c7d05b27

Contents?: true

Size: 598 Bytes

Versions: 62

Compression:

Stored size: 598 Bytes

Contents

<h2 class="sr-only top-content-title"><%= t('blacklight.search.search_results_header') %></h2>

<% @page_title = t('blacklight.search.title', :application_name => application_name) %>

<% content_for(:head) do -%>
  <%= render_opensearch_response_metadata %>
<% end -%>

<%= render 'search_header' %>

<h2 class="sr-only"><%= t('blacklight.search.search_results') %></h2>

<%- if @response.empty? %>
  <%= render "zero_results" %>
<%- elsif render_grouped_response? %>
  <%= render_grouped_document_index %>
<%- else %>
  <%= render_document_index %>
<%- end %>

<%= render 'results_pagination' %>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/views/hyrax/collections/_search_results.html.erb
hyrax-5.0.1 app/views/hyrax/collections/_search_results.html.erb
hyrax-5.0.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/collections/_search_results.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/collections/_search_results.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.6.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.5.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.4.2 app/views/hyrax/collections/_search_results.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.4.1 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.4.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.3.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-3.2.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.9.6 app/views/hyrax/collections/_search_results.html.erb