impress/app/views/items/_item_link.html.haml

7 lines
243 B
Text
Raw Normal View History

2013-01-03 10:06:22 -08:00
- localized_cache "items/#{item.id}#item_link_partial" do
= 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