2013-01-03 10:06:22 -08:00
|
|
|
- localized_cache "items/#{item.id}#item_link_partial" do
|
2012-08-09 16:34:56 -07:00
|
|
|
= link_to item_path(item, :q => @query) do
|
|
|
|
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
|
|
|
%span.name= item.name
|
|
|
|
= nc_icon_for(item)
|
2011-07-12 17:03:04 -07:00
|
|
|
|