1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item_link.html.haml
2011-07-14 13:56:20 -04:00

5 lines
167 B
Text

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