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

Version Path
blacklight-8.6.1 app/views/catalog/index.html.erb
blacklight-8.6.0 app/views/catalog/index.html.erb
blacklight-8.5.1 app/views/catalog/index.html.erb
blacklight-8.5.0 app/views/catalog/index.html.erb
blacklight-8.4.0 app/views/catalog/index.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/catalog/index.html.erb
blacklight-8.3.0 app/views/catalog/index.html.erb
blacklight-8.2.2 app/views/catalog/index.html.erb
blacklight-8.2.1 app/views/catalog/index.html.erb
blacklight-8.2.0 app/views/catalog/index.html.erb
blacklight-8.1.0 app/views/catalog/index.html.erb
blacklight-8.0.1 app/views/catalog/index.html.erb
blacklight-8.0.0 app/views/catalog/index.html.erb
blacklight-8.0.0.beta8 app/views/catalog/index.html.erb
blacklight-8.0.0.beta7 app/views/catalog/index.html.erb
blacklight-8.0.0.beta6 app/views/catalog/index.html.erb
blacklight-8.0.0.beta5 app/views/catalog/index.html.erb