Sha256: 6cb4bf327cb27f5c9bc12ed5084880c80c9e68214dcabf92c4b5c4420765d421

Contents?: true

Size: 222 Bytes

Versions: 12

Compression:

Stored size: 222 Bytes

Contents

<% selected_properties = params.dig(:properties, "#{property.filter_param}")&.split(',') || [] %>
<% property.uniq_values.each do |value| %>
  <%= property_value_filter_link(property, value, permitted_params) %>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
spree_frontend-4.3.3 app/views/spree/shared/_properties.html.erb
spree_frontend-4.7.0 app/views/spree/shared/_properties.html.erb
spree_frontend-4.6.0 app/views/spree/shared/_properties.html.erb
spree_frontend-4.5.0 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_properties.html.erb
spree_frontend-4.4.0 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_properties.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_properties.html.erb
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/_properties.html.erb