Sha256: 425c218674010f0cc58e5f70403ed60f93fd336c69998fff6db801913288ebef

Contents?: true

Size: 300 Bytes

Versions: 17

Compression:

Stored size: 300 Bytes

Contents

<%= link_to spree.cart_path,
  class: "cart-icon cart-icon--visible-count #{local_assigns[:class]}",
  'aria-label': Spree.t(:cart) do %>
  <%= icon(name: 'cart',
           width: size,
           height: size) %>

  <div class="font-weight-medium cart-icon-count"><%= item_count %></div>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

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