Skip to content

Instantly share code, notes, and snippets.

View sdlong's full-sized avatar

Allen Cheng sdlong

View GitHub Profile
<li>
<%= link_to carts_path do %>
購物車
<i class="glyphicon glyphicon-shopping-cart"> </i>
( <%= cart_items_count(current_cart) %> )
<% end %>
</li>