Sha256: c508be672e889f80898927aa2cb4764011eac05d2c8cece6243cbbb812fb2ca8

Contents?: true

Size: 423 Bytes

Versions: 2

Compression:

Stored size: 423 Bytes

Contents

<%= link_to cart_url, class: "nav-icon-stack cart-icon", title:'View Your Shopping Cart', id: 'mini-cart' do %>
  <span class="color-white color_block-primary cart-icon-count <%= 'hidden' if (!has_item_in_cart?) %>"><%= defined?(current_order) ? current_order.product_count : 0 %></span>
  <i class='fa fa-shopping-cart'></i>
  <span class="nav-icon-label <%= has_item_in_cart? ? 'has_count' : '' %>">Cart</span>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forever_style_guide-3.0.23 app/views/forever_style_guide/sections/components/navigation/_nav_cart_icon.erb
forever_style_guide-3.0.22 app/views/forever_style_guide/sections/components/navigation/_nav_cart_icon.erb