Sha256: 5f69eeec13b75c1852716d1e32baafb4ed12a6e6e8da252205b9e2884ea3a967

Contents?: true

Size: 453 Bytes

Versions: 14

Compression:

Stored size: 453 Bytes

Contents

<% # main container for facets/limits menu -%>
<% facets = capture do %>
  <%= render Blacklight::FacetComponent.with_collection(blacklight_config.facet_fields_in_group(nil), response: @response, component: Hyrax::DropdownFacetFieldComponent)%>
<% end %>

<% if facets.present? %>
  <div class="list-filters" role="group">
    <span class="list-filters-label"><%= t("hyrax.dashboard.my.facet_label.works") %></span>
    <%= facets %>
  </div>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.4 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.3 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.2 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.1 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.0 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/works/_facets.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/works/_facets.html.erb
hyrax-4.0.0 app/views/hyrax/my/works/_facets.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/works/_facets.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/works/_facets.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/works/_facets.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/my/works/_facets.html.erb