impress/app/views/closet_hangers/_closet_hanger.html.haml

6 lines
337 B
Text
Raw Normal View History

-# NOTE: Changing this requires bumping the cache at `_closet_list.html.haml`!
.object{'data-item-id' => closet_hanger.item_id, 'data-quantity' => closet_hanger.quantity, 'data-id' => closet_hanger.id}
= render_item_link(closet_hanger.item)
2011-07-29 07:52:04 -07:00
.quantity{:class => "quantity-#{closet_hanger.quantity}"}
%span= closet_hanger.quantity