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.18.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.17.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.17.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.17.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.16.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.15.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.15.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.15.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.14.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.14.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.13.2 app/views/catalog/_constraints_element.html.erb
blacklight-7.13.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.13.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.12.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.12.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.11.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.10.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.9.0 app/views/catalog/_constraints_element.html.erb
blacklight-7.8.1 app/views/catalog/_constraints_element.html.erb
blacklight-7.8.0 app/views/catalog/_constraints_element.html.erb