Sha256: ee3c70b7e231edd06b0dc8ea6914e26a633eb2abf79246d0b89a53d526c00259

Contents?: true

Size: 874 Bytes

Versions: 18

Compression:

Stored size: 874 Bytes

Contents

<%= render(@layout.new(facet_field: @facet_field)) do |component| %>
  <% component.label do %>
    <%= @facet_field.label %>
  <% end %>
  <% component.body do %>
    <%= helpers.render(Blacklight::FacetFieldInclusiveConstraintComponent.new(facet_field: @facet_field)) %>
    <ul class="facet-values list-unstyled">
      <%= render_facet_limit_list @facet_field.paginator, @facet_field.key %>
    </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

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-7.33.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.33.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.32.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.31.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.30.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.29.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.28.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.27.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.27.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.26.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.26.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.25.3 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.25.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.25.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.25.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.24.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.23.0.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.23.0 app/components/blacklight/facet_field_list_component.html.erb