Sha256: f1dd1311decd5d156501f3b25b34b25542ec8384e6ef4e77969c2515c828c7e6

Contents?: true

Size: 280 Bytes

Versions: 30

Compression:

Stored size: 280 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

30 entries across 29 versions & 2 rubygems

Version Path
blacklight-7.34.0 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.1 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta8 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta7 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta6 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta5 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta4 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta3 app/views/catalog/_facet_layout.html.erb
blacklight-8.0.0.beta2 app/views/catalog/_facet_layout.html.erb