Sha256: b389b101fbb623df15a9246dc4b447c9bbd31f32eddb3f849c7dbb599f7ceadb

Contents?: true

Size: 587 Bytes

Versions: 74

Compression:

Stored size: 587 Bytes

Contents

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

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

</ul>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.24.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.23.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.22.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.21.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.20.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.19.2 app/views/catalog/_facet_pivot.html.erb
blacklight-6.19.1 app/views/catalog/_facet_pivot.html.erb
blacklight-6.19.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.18.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.17.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.16.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.15.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.14.1 app/views/catalog/_facet_pivot.html.erb
blacklight-6.14.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.13.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.12.0 app/views/catalog/_facet_pivot.html.erb
blacklight-6.11.2 app/views/catalog/_facet_pivot.html.erb
blacklight-6.11.1 app/views/catalog/_facet_pivot.html.erb
blacklight-6.11.0 app/views/catalog/_facet_pivot.html.erb