Sha256: 5b9a74ab7cb3e0ae9924ac05b4c987177731120e304d2ea7d57ad4e85027da93

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

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

<% content_for(:head) do -%>
  <%= render 'catalog/opensearch_response_metadata', response: @response %>
  <%= rss_feed_link_tag %>
  <%= atom_feed_link_tag %>
  <%= json_api_link_tag %>
<% end %>

<% content_for(:skip_links) do -%>
    <%= link_to t('blacklight.skip_links.first_result'), '#documents', class: 'element-invisible element-focusable rounded-bottom py-2 px-3', data: { turbolinks: 'false' } %>
<% end %>

<% content_for(:container_header) do -%>
  <h1 class="sr-only top-content-title"><%= t('blacklight.search.header') %></h1>

  <%= render 'constraints' %>
<% 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

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-7.11.1 app/views/catalog/_search_results.html.erb
blacklight-7.10.0 app/views/catalog/_search_results.html.erb
blacklight-7.9.0 app/views/catalog/_search_results.html.erb
blacklight-7.8.1 app/views/catalog/_search_results.html.erb
blacklight-7.8.0 app/views/catalog/_search_results.html.erb
blacklight-7.7.0 app/views/catalog/_search_results.html.erb
blacklight-7.6.0 app/views/catalog/_search_results.html.erb
blacklight-7.5.1 app/views/catalog/_search_results.html.erb
blacklight-7.5.0 app/views/catalog/_search_results.html.erb
blacklight-7.4.2 app/views/catalog/_search_results.html.erb
blacklight-7.4.1 app/views/catalog/_search_results.html.erb
blacklight-7.4.0 app/views/catalog/_search_results.html.erb