2011-07-30 23:48:16 -07:00
|
|
|
%div.dti-item
|
2011-08-02 17:01:48 -07:00
|
|
|
= 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?
|
2013-01-01 19:10:49 -08:00
|
|
|
= 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
|
|
|
|
|