Sha256: 5a0bf5373ba5b629c88fc0c4dc15d726f3d529de38f77605bbc3659c30fd0400

Contents?: true

Size: 838 Bytes

Versions: 15

Compression:

Stored size: 838 Bytes

Contents

<%= render(@layout.new(facet_field: @facet_field)) do |component| %>
  <% component.with_label do %>
    <%= @facet_field.label %>
  <% end %>
  <% component.with_body do %>
    <%= helpers.render(Blacklight::FacetFieldInclusiveConstraintComponent.new(facet_field: @facet_field)) %>
    <ul class="facet-values list-unstyled">
      <%= render facet_items %>
    </ul>
    <%# backwards compatibility, ugh %>
    <% if @layout == Blacklight::FacetFieldNoLayoutComponent && !@facet_field.in_modal? && @facet_field.modal_path %>
      <div class="more_facets">
        <%= link_to t("more_#{@facet_field.key}_html", scope: 'blacklight.search.facets', default: :more_html, field_name: @facet_field.label),
          @facet_field.modal_path,
          data: { blacklight_modal: 'trigger' } %>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.3.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.2.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.2.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.2.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.1.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta8 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta7 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta6 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta5 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta4 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta3 app/components/blacklight/facet_field_list_component.html.erb
blacklight-8.0.0.beta2 app/components/blacklight/facet_field_list_component.html.erb