Sha256: 652c34426a32bafae3cfdb589e21c4014f5046038ef3c6e2b8a3bc1c46370879

Contents?: true

Size: 1.03 KB

Versions: 42

Compression:

Stored size: 1.03 KB

Contents

<% if !subfacet ||= false %>
  <ul class="dropdown-menu pivot-facet list-unstyled" id="<%= facet_field.field.parameterize + '-dropdown-options' %>">
<% end %>

  <% display_facet.items.each do |item| -%>
    <li>
      <span class="facet-values">
        <% # This prevents model Collection from being shown as a second filter along with the collection type. %>
        <% item.fq= {} if subfacet %>

        <% # The unless prevents Collection from being included in the select list for the Collection Type filter. %>
        <%= render_facet_item(item.field, item) unless subfacet != true && item.value == "Collection" %>
      </span>

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

<% if !subfacet %>
  </ul>
<% end %>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.5.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.4.2 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.4.1 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.4.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.3.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.2.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.6 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.1.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.5 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.0.2 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.0.1 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.0.0 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.4 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.3 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.2 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.1 app/views/hyrax/my/_facet_pivot.html.erb
hyrax-2.9.0 app/views/hyrax/my/_facet_pivot.html.erb