Sha256: 7bbc844f819245f7ce311116026113227f590e87c855c48d454afeb77a085645

Contents?: true

Size: 499 Bytes

Versions: 22

Compression:

Stored size: 499 Bytes

Contents

<ul>
  <% display_facet.items.each do |item| -%>
    <li>
    <% if facet_in_params?( solr_field, item ) %>              
        <%= render_selected_facet_value(solr_field, item) %>              
      <% else %>              
        <%= render_facet_value(solr_field, item) %>              
    <% end -%>

    <% unless item.items.blank? %>
      <%= render :partial => 'facet_pivot', :locals => { :display_facet => item, :solr_field => solr_field } %>
    <% end %>
    </li>
  <% end %>

</ul>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.8.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.7.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.7.0.pre1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.6.3 app/views/catalog/_facet_pivot.html.erb
blacklight-4.6.2 app/views/catalog/_facet_pivot.html.erb
blacklight-4.6.1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.6.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.5.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.5.0.rc1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.4.2 app/views/catalog/_facet_pivot.html.erb
blacklight-4.4.1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.4.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.3.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.2.2 app/views/catalog/_facet_pivot.html.erb
blacklight-4.2.1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.2.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.1.0 app/views/catalog/_facet_pivot.html.erb
blacklight-4.0.1 app/views/catalog/_facet_pivot.html.erb
blacklight-4.0.0 app/views/catalog/_facet_pivot.html.erb