Sha256: 8f45f29fd8e01224371df408b2e4d9d60d900c9c28d09d67ab901e558cbb0fe9

Contents?: true

Size: 338 Bytes

Versions: 18

Compression:

Stored size: 338 Bytes

Contents

<% item_count = simple_current_order&.item_count || 0 %>
<% cache [base_cache_key, 'cart-indicator', item_count] do %>
  <%= render 'spree/shared/cart', class: 'd-none d-xl-inline-block cart-icon--xl', size: 36, item_count: item_count %>
  <%= render 'spree/shared/cart', class: 'd-xl-none', size: 24, item_count: item_count %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.14 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.13.1 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.13 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.12 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.11 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.10 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.9 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.8 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.7 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.6 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.5 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.4 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.3 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.2 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.1 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.0 app/views/spree/shared/_link_to_cart.html.erb
spree_frontend-4.1.0.rc3 app/views/spree/shared/_link_to_cart.html.erb