Sha256: 894bee5b85385f32ced4a2680315505c3c6add354863d3c5ed77e04b29ef6e2c

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/_cart.html.erb