Sha256: 2d5e1e9635e01cc3c35aff0dc929228649758a93c54ceeafda9a21e134abc796

Contents?: true

Size: 716 Bytes

Versions: 20

Compression:

Stored size: 716 Bytes

Contents

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

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

<% content_for(:head) do -%>
  <%= render_opensearch_response_metadata %>
  <%= rss_feed_link_tag %>
  <%= atom_feed_link_tag %>
<% 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

20 entries across 20 versions & 1 rubygems

Version Path
blacklight-6.8.0 app/views/catalog/_search_results.html.erb
blacklight-6.7.3 app/views/catalog/_search_results.html.erb
blacklight-6.7.2 app/views/catalog/_search_results.html.erb
blacklight-6.7.1 app/views/catalog/_search_results.html.erb
blacklight-6.7.0 app/views/catalog/_search_results.html.erb
blacklight-6.6.2 app/views/catalog/_search_results.html.erb
blacklight-6.6.1 app/views/catalog/_search_results.html.erb
blacklight-6.6.0 app/views/catalog/_search_results.html.erb
blacklight-6.5.0 app/views/catalog/_search_results.html.erb
blacklight-6.4.2 app/views/catalog/_search_results.html.erb
blacklight-6.4.1 app/views/catalog/_search_results.html.erb
blacklight-6.4.0 app/views/catalog/_search_results.html.erb
blacklight-6.3.3 app/views/catalog/_search_results.html.erb
blacklight-6.3.1 app/views/catalog/_search_results.html.erb
blacklight-6.3.0 app/views/catalog/_search_results.html.erb
blacklight-6.2.0 app/views/catalog/_search_results.html.erb
blacklight-6.1.0 app/views/catalog/_search_results.html.erb
blacklight-6.0.2 app/views/catalog/_search_results.html.erb
blacklight-6.0.1 app/views/catalog/_search_results.html.erb
blacklight-6.0.0 app/views/catalog/_search_results.html.erb