Sha256: c8a2ae80f1214d05585b42dfdfb7d445c38964945c0bf13a812b2a9807283af1

Contents?: true

Size: 600 Bytes

Versions: 90

Compression:

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

90 entries across 90 versions & 4 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.3 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.1.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.2 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.1 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.0.5 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/collections/_search_results.html.erb
curation_concerns-1.7.8 app/views/collections/_search_results.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/collections/_search_results.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.0.4 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.0.3 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.0.2 app/views/hyrax/collections/_search_results.html.erb
hyrax-1.0.1 app/views/hyrax/collections/_search_results.html.erb