Sha256: 32fca0e53055c397bac9abe6d6c59fed4f68d918d05ce63091f9d92d0db34468

Contents?: true

Size: 1.03 KB

Versions: 16

Compression:

Stored size: 1.03 KB

Contents

<% @page_title = t('blacklight.search.page_title.title', constraints: render_search_to_page_title(search_state), 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 -%>
  <%= render 'search_results_header' %>
  <%= render 'constraints' %>
<% end %>

<%= render 'search_header' %>

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

<%- if @response.empty? %>
  <%= render "zero_results" %>
<%- elsif render_grouped_response? %>
  <%= render 'catalog/group' %>
<%- else %>
  <%= render_document_index @response.documents %>
<%- end %>

<%= render 'results_pagination' %>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/catalog/_search_results.html.erb
blacklight-8.3.0 app/views/catalog/_search_results.html.erb
blacklight-8.2.2 app/views/catalog/_search_results.html.erb
blacklight-8.2.1 app/views/catalog/_search_results.html.erb
blacklight-8.2.0 app/views/catalog/_search_results.html.erb
blacklight-8.1.0 app/views/catalog/_search_results.html.erb
blacklight-8.0.1 app/views/catalog/_search_results.html.erb
blacklight-8.0.0 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta8 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta7 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta6 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta5 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta4 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta3 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta2 app/views/catalog/_search_results.html.erb
blacklight-8.0.0.beta1 app/views/catalog/_search_results.html.erb