Sha256: b98d4d6c0ba1fde42f708526379d30ebfce931735cc5482391b3c26ecb0eac3b
Contents?: true
Size: 915 Bytes
Versions: 18
Compression:
Stored size: 915 Bytes
Contents
<h2 class="sr-only top-content-title"><%= t('blacklight.search.search_results_header') %></h2> <% @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 %> <%= 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
18 entries across 18 versions & 1 rubygems