Sha256: 0e73654f76f033693ec9a95a79fc3b5baf067209022a1e4178897ce7298954ec

Contents?: true

Size: 1.1 KB

Versions: 17

Compression:

Stored size: 1.1 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? %>
  <%= Deprecation.silence(Blacklight::RenderPartialsHelperBehavior) { render_grouped_document_index } %>
<%- else %>
  <%= render_document_index %>
<%- end %>

<%= render 'results_pagination' %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-7.19.0 app/views/catalog/_search_results.html.erb
blacklight-7.18.1 app/views/catalog/_search_results.html.erb
blacklight-7.18.0 app/views/catalog/_search_results.html.erb
blacklight-7.17.2 app/views/catalog/_search_results.html.erb
blacklight-7.17.1 app/views/catalog/_search_results.html.erb
blacklight-7.17.0 app/views/catalog/_search_results.html.erb
blacklight-7.16.0 app/views/catalog/_search_results.html.erb
blacklight-7.15.2 app/views/catalog/_search_results.html.erb
blacklight-7.15.1 app/views/catalog/_search_results.html.erb
blacklight-7.15.0 app/views/catalog/_search_results.html.erb
blacklight-7.14.1 app/views/catalog/_search_results.html.erb
blacklight-7.14.0 app/views/catalog/_search_results.html.erb
blacklight-7.13.2 app/views/catalog/_search_results.html.erb
blacklight-7.13.1 app/views/catalog/_search_results.html.erb
blacklight-7.13.0 app/views/catalog/_search_results.html.erb
blacklight-7.12.1 app/views/catalog/_search_results.html.erb
blacklight-7.12.0 app/views/catalog/_search_results.html.erb