Sha256: 350eac5c72af534818858e3bb84b1ba8bca8b206f3244d4c74476a47ed572243

Contents?: true

Size: 301 Bytes

Versions: 11

Compression:

Stored size: 301 Bytes

Contents

<% # main container for facets/limits menu -%>
<div id="facets" class="facets">
  <h2>Limit your search</h2>
  <% facet_field_names.each do |solr_fname| %>
	  <div class="facet_limit blacklight-<%= solr_fname.parameterize %>">
      <%= render_facet_limit(solr_fname) %>
    </div>
  <% end %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-3.1.2 app/views/catalog/_facets.html.erb
blacklight-3.1.1 app/views/catalog/_facets.html.erb
blacklight-3.1.0 app/views/catalog/_facets.html.erb
blacklight-3.0.0 app/views/catalog/_facets.html.erb
blacklight-3.0.0pre8 app/views/catalog/_facets.html.erb
blacklight-3.0.0pre7 app/views/catalog/_facets.html.erb
blacklight-3.0.0pre6 app/views/catalog/_facets.html.erb
blacklight-3.0.0pre4 app/views/catalog/_facets.html.erb
blacklight-3.0.0pre3 app/views/catalog/_facets.html.erb
blacklight-3.0pre2 app/views/catalog/_facets.html.erb
blacklight-3.0pre1 app/views/catalog/_facets.html.erb