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.26.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.25.3 app/views/catalog/_constraints_element.html.erb
blacklight-7.25.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.25.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.25.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.24.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.23.0.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.23.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.22.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.22.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.22.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.21.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.21.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.21.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.20.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.20.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.19.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.19.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.19.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.18.1 app/views/catalog/_constraints_element.html.erb