Sha256: d3fc2ea38b6ef40eb42536e64b8e3e928bdc836bfc21b2c1994ec7a9fdb5efdd
Contents?: true
Size: 699 Bytes
Versions: 17
Compression:
Stored size: 699 Bytes
Contents
<% content_for(:head) do %> <meta name="blacklight-search-storage" content="<%= blacklight_config.track_search_session.storage %>"> <% end %> <% content_for(:sidebar) do %> <% conf = blacklight_config.view_config(document_index_view_type) %> <%= render conf.sidebar_component.new(blacklight_config: blacklight_config, response: @response, view_config: conf) %> <% end %> <% unless has_search_parameters? %> <%# if there are no input/search related params, display the "home" partial -%> <%= render 'home' %> <%= render 'shared/sitelinks_search_box' %> <% else %> <%= render 'search_results' %> <% end %>
Version data entries
17 entries across 17 versions & 2 rubygems