Sha256: 181e07bf883746a1e4f556682684849497c3401a0418c0d228d137d52b101a45

Contents?: true

Size: 860 Bytes

Versions: 6

Compression:

Stored size: 860 Bytes

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_opensearch_response_metadata %>
  <%= rss_feed_link_tag %>
  <%= atom_feed_link_tag %>
<% end %>

<% content_for(:container_header) do %>
  <h1 class="sr-only top-content-title"><%= search_results_header_text %></h1>
  <%= render 'shared/breadcrumbs' %>
  <%= render 'search_results_repository' %>
  <%= 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

6 entries across 6 versions & 1 rubygems

Version Path
arclight-0.5.0 app/views/catalog/_search_results.html.erb
arclight-0.4.0 app/views/catalog/_search_results.html.erb
arclight-0.3.3 app/views/catalog/_search_results.html.erb
arclight-0.3.2 app/views/catalog/_search_results.html.erb
arclight-0.3.1 app/views/catalog/_search_results.html.erb
arclight-0.3.0 app/views/catalog/_search_results.html.erb