Sha256: 5137525458aad6129ecf73e817c205951ec489f10cb6678350a87fa24eff81eb

Contents?: true

Size: 344 Bytes

Versions: 52

Compression:

Stored size: 344 Bytes

Contents

<% unless has_search_parameters? %>
  <%# if there are no input/search related params, display the "home" partial -%>
  <%= render 'home' %>
<% else %>
  <div id="sidebar" class="col-md-3 col-sm-4">
    <%= render 'search_sidebar' %>
  </div>

  <div id="content" class="col-md-9 col-sm-8">
    <%= render 'search_results' %>
  </div>
<% end %>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
geoblacklight-1.9.1 app/views/catalog/index.html.erb
geoblacklight-1.9.0 app/views/catalog/index.html.erb
geoblacklight-1.8.0 app/views/catalog/index.html.erb
geoblacklight-1.7.1 app/views/catalog/index.html.erb
geoblacklight-1.7.0 app/views/catalog/index.html.erb
geoblacklight-1.6.0 app/views/catalog/index.html.erb
geoblacklight-1.5.1 app/views/catalog/index.html.erb
geoblacklight-1.5.0 app/views/catalog/index.html.erb
geoblacklight-1.4.0 app/views/catalog/index.html.erb
geoblacklight-1.3.0 app/views/catalog/index.html.erb
geoblacklight-1.2.0 app/views/catalog/index.html.erb
geoblacklight-1.1.2 app/views/catalog/index.html.erb
geoblacklight-1.1.0 app/views/catalog/index.html.erb
geoblacklight-1.0.3 app/views/catalog/index.html.erb
geoblacklight-1.0.2 app/views/catalog/index.html.erb
geoblacklight-1.0.1 app/views/catalog/index.html.erb
geoblacklight-1.0.0 app/views/catalog/index.html.erb
geoblacklight-1.0.0.pre3 app/views/catalog/index.html.erb
geoblacklight-1.0.0.pre2 app/views/catalog/index.html.erb
geoblacklight-1.0.0.pre1 app/views/catalog/index.html.erb