Sha256: 3f61853024949c5bddb80aeec89adb932747d689ee8c4ae0690b3e24164ebc17

Contents?: true

Size: 554 Bytes

Versions: 26

Compression:

Stored size: 554 Bytes

Contents

<%# TODO: Use in cart %>
<div class="d-inline-flex quantity-select">
  <%= button_tag '-', type: 'button', class: "border-right-0 flex-grow-0 flex-shrink-0 py-0 px-3 quantity-select-decrease" %>
  <%= number_field_tag input_name, 1, min: 1, max: maximum_quantity, class: "p-0 flex-grow-1 flex-shrink-1 text-center form-control border-left-0 border-right-0 quantity-select-value", 'aria-label': Spree.t('pdp.quantity') %>
  <%= button_tag '+', type: 'button', class: "border-left-0  flex-grow-0 flex-shrink-0 py-0 px-3 quantity-select-increase" %>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.3 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.7.0 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.6.0 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.5.0 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.6 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.4.0 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.5 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.4 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.3.1 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.3 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.2 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.1 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.2.0 app/views/spree/shared/_quantity_select.html.erb