Sha256: 5e5f608ce95ea0e242340b16dbcea3f7888e472a86c2514e5d8be5d71fa86dc2

Contents?: true

Size: 367 Bytes

Versions: 60

Compression:

Stored size: 367 Bytes

Contents

<%  # local params:
    # label
    # value
    # options =>
    #   :remove => url for a remove constraint link
    #   :classes => array of classes to add to container span
    options ||= {}
%>

<%= render(Blacklight::ConstraintLayoutComponent.new(
      classes: options[:classes],
      label: label,
      value: value,
      remove_path: options[:remove])) %>

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
blacklight-7.40.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.39.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.38.0 app/views/catalog/_constraints_element.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/catalog/_constraints_element.html.erb
blacklight-7.37.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.36.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.36.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.36.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.35.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.34.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.33.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.33.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.32.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.31.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.30.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.29.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.28.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.27.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.27.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.26.1 app/views/catalog/_constraints_element.html.erb