Sha256: bfd231af716eb75118fd7e0424397d7d9a0888e3c2a335b965a5626ccd3ac90e

Contents?: true

Size: 543 Bytes

Versions: 15

Compression:

Stored size: 543 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 'facet_pivot', display_facet: item, field_name: field_name %>
    <% end %>
    </li>
  <% end %>

</ul>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
blacklight-7.7.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.6.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.5.1 app/views/catalog/_facet_pivot.html.erb
blacklight-7.5.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.4.2 app/views/catalog/_facet_pivot.html.erb
blacklight-7.4.1 app/views/catalog/_facet_pivot.html.erb
blacklight-7.4.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.3.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.2.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.1.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.1.0.alpha app/views/catalog/_facet_pivot.html.erb
blacklight-7.0.1 app/views/catalog/_facet_pivot.html.erb
blacklight-7.0.0 app/views/catalog/_facet_pivot.html.erb
blacklight-7.0.0.rc2 app/views/catalog/_facet_pivot.html.erb
blacklight-7.0.0.rc1 app/views/catalog/_facet_pivot.html.erb