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

6 lines
206 B
Text

= 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)
= closeted_icons_for(item)