Sha256: 7e2e134a1bb6cfd3421ee0e077387b89e05b5c8a23620534dd82b05425221659

Contents?: true

Size: 851 Bytes

Versions: 30

Compression:

Stored size: 851 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 %>
  <%= auto_discovery_link_tag(:rss, url_for(params.merge(:format => 'rss')), :title => t('blacklight.search.rss_feed') ) %>
  <%= auto_discovery_link_tag(:atom, url_for(params.merge(:format => 'atom')), :title => t('blacklight.search.atom_feed') ) %>
<% 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

30 entries across 30 versions & 1 rubygems

Version Path
blacklight-5.14.0 app/views/catalog/_search_results.html.erb
blacklight-5.13.1 app/views/catalog/_search_results.html.erb
blacklight-5.13.0 app/views/catalog/_search_results.html.erb
blacklight-5.11.3 app/views/catalog/_search_results.html.erb
blacklight-5.12.1 app/views/catalog/_search_results.html.erb
blacklight-5.12.0 app/views/catalog/_search_results.html.erb
blacklight-5.10.3 app/views/catalog/_search_results.html.erb
blacklight-5.9.4 app/views/catalog/_search_results.html.erb
blacklight-5.11.2 app/views/catalog/_search_results.html.erb
blacklight-5.11.1 app/views/catalog/_search_results.html.erb
blacklight-5.11.0 app/views/catalog/_search_results.html.erb
blacklight-5.10.2 app/views/catalog/_search_results.html.erb
blacklight-5.10.1 app/views/catalog/_search_results.html.erb
blacklight-5.10.0 app/views/catalog/_search_results.html.erb
blacklight-5.9.3 app/views/catalog/_search_results.html.erb
blacklight-5.9.2 app/views/catalog/_search_results.html.erb
blacklight-5.9.1 app/views/catalog/_search_results.html.erb
blacklight-5.9.0 app/views/catalog/_search_results.html.erb
blacklight-5.8.2 app/views/catalog/_search_results.html.erb
blacklight-5.8.1 app/views/catalog/_search_results.html.erb