1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/closet_hangers/_petpage_hanger.html.haml

8 lines
320 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 => t('items.item.nc.abbr'),
:class => 'dti-item-nc', :title => t('items.item.nc.description')
2011-07-30 23:48:16 -07:00
%span= petpage_item_name hanger.item