Sha256: 999f381ee2501c2e4cc5e7c0fa1ceecff0163dbdafe5619527e41ecd03ca354d

Contents?: true

Size: 563 Bytes

Versions: 13

Compression:

Stored size: 563 Bytes

Contents

<%# TODO: Use in cart %>
<div class="d-flex quantity-select mx-auto mx-md-0">
  <%= 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

13 entries across 13 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.14 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.13.1 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.13 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.12 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.11 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.10 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.9 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.8 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.7 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.6 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.5 app/views/spree/shared/_quantity_select.html.erb
spree_frontend-4.1.4 app/views/spree/shared/_quantity_select.html.erb