Sha256: fbaeee9856e37aef58bc0e3d9f830644529e770e5cf1f8f4e02575308817be98

Contents?: true

Size: 577 Bytes

Versions: 31

Compression:

Stored size: 577 Bytes

Contents

<ul class="pivot-facet list-unstyled">
  <% display_facet.items.each do |item| -%>
    <li>
    <span class="facet-values">
    <% if facet_in_params?( solr_field, item ) %>              
        <%= render_selected_facet_value(solr_field, item) %>              
      <% else %>              
        <%= render_facet_value(solr_field, item) %>              
    <% end -%>
    </span>

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

</ul>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-5.9.4 app/views/catalog/_facet_pivot.html.erb
blacklight-5.9.3 app/views/catalog/_facet_pivot.html.erb
blacklight-5.9.2 app/views/catalog/_facet_pivot.html.erb
blacklight-5.9.1 app/views/catalog/_facet_pivot.html.erb
blacklight-5.9.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.8.2 app/views/catalog/_facet_pivot.html.erb
blacklight-5.8.1 app/views/catalog/_facet_pivot.html.erb
blacklight-5.8.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.7.2 app/views/catalog/_facet_pivot.html.erb
blacklight-5.5.4 app/views/catalog/_facet_pivot.html.erb
blacklight-5.7.1 app/views/catalog/_facet_pivot.html.erb
blacklight-5.7.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.6.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.5.3 app/views/catalog/_facet_pivot.html.erb
blacklight-5.5.2 app/views/catalog/_facet_pivot.html.erb
blacklight-5.5.1 app/views/catalog/_facet_pivot.html.erb
blacklight-5.5.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.4.0 app/views/catalog/_facet_pivot.html.erb
blacklight-5.4.0.rc1 app/views/catalog/_facet_pivot.html.erb
blacklight-5.3.0 app/views/catalog/_facet_pivot.html.erb