Sha256: 8d230d9f029ac1ca708ed1359a064e32d9d09db643afe94bbdec3dd8b923ba32

Contents?: true

Size: 284 Bytes

Versions: 16

Compression:

Stored size: 284 Bytes

Contents

<%= render(Blacklight::FacetFieldComponent.new(facet_field: facet_field_presenter(facet_field, nil))) do |component| %>
  <% component.with(:label) do %>
    <%= facet_field_label(facet_field.key) %>
  <% end %>
  <% component.with(:body) do %>
    <%= yield %>
  <% end %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-7.16.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.15.2 app/views/catalog/_facet_layout.html.erb
blacklight-7.15.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.15.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.14.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.14.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.13.2 app/views/catalog/_facet_layout.html.erb
blacklight-7.13.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.13.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.12.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.12.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.11.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.10.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.9.0 app/views/catalog/_facet_layout.html.erb
blacklight-7.8.1 app/views/catalog/_facet_layout.html.erb
blacklight-7.8.0 app/views/catalog/_facet_layout.html.erb