Sha256: 79ded83a07bc6aea65d7c7df0289725a987e44b0b4d8b90ca1c90ac49b07d960
Contents?: true
Size: 1 KB
Versions: 7
Compression:
Stored size: 1 KB
Contents
<div id="sidebar" class="span3"> <%= render 'search_sidebar' %> </div> <div id="content" class="span9"> <% unless has_search_parameters? %> <%# if there are no input/search related params, display the "home" partial -%> <%= render 'home' %> <% else %> <h2 class="hide-text top-content-title"><%= t('blacklight.search.search_results_header') %></h2> <% @page_title = t('blacklight.search.title', :application_name => application_name) %> <% Deprecation.silence(Blacklight::LegacyControllerMethods) { extra_head_content << render_opensearch_response_metadata.html_safe } %> <%= render 'search_header' %> <h2 class="hide-text"><%= 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' %> <% end %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems