vita_app/app/views/public/shared/_cart.html.haml
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

2 lines
182 B
Plaintext

= link_to i(:"shopping-cart")+(" #{@product_order.product_order_products.count}" if @product_order.product_order_products.count > 0).to_s, public_my_cart_path, :class => "cart_link"