Sha256: df6faf8d16d76c5677d34b84345900b0ac46e3ee565d1cdb312e23bf2802c187

Contents?: true

Size: 880 Bytes

Versions: 16

Compression:

Stored size: 880 Bytes

Contents

<%= render(@layout.new(facet_field: @facet_field)) do |component| %>
  <% component.label do %>
    <%= @facet_field.label %>
  <% end %>
  <% component.body do %>
    <%= @view_context.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

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-7.22.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.22.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.22.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.21.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.21.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.21.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.20.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.20.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.19.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.19.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.19.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.18.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.18.0 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.17.2 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.17.1 app/components/blacklight/facet_field_list_component.html.erb
blacklight-7.17.0 app/components/blacklight/facet_field_list_component.html.erb