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

7 lines
280 B
Text
Raw Normal View History

2011-07-30 23:48:16 -07:00
%div.dti-item
= image_tag petpage_item_thumbnail_url(hanger.item), :alt => nil, :class => 'dti-item-thumbnail'
2011-07-30 23:48:16 -07:00
- if hanger.item.nc?
= image_tag nc_icon_url, :alt => 'NC', :class => 'dti-item-nc', :title => 'This is an NC Mall item'
%span= petpage_item_name hanger.item