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

5 lines
182 B
Text

.object
= 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)