Sha256: a887a46eacc7621da32183c841757b9dd6672e62f76e02d9b246f0419802d0ed

Contents?: true

Size: 555 Bytes

Versions: 4

Compression:

Stored size: 555 Bytes

Contents

<% 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

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-8.0.0.beta4 app/views/catalog/index.html.erb
blacklight-8.0.0.beta3 app/views/catalog/index.html.erb
blacklight-8.0.0.beta2 app/views/catalog/index.html.erb
blacklight-8.0.0.beta1 app/views/catalog/index.html.erb