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

7 lines
196 B
Text
Raw Normal View History

2011-07-12 17:03:04 -07:00
= link_to item_path(item, :q => @query) do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name
= nc_icon_for(item)
= closeted_icons_for(item)
2011-07-12 17:03:04 -07:00