1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item.html.haml

6 lines
182 B
Text
Raw Normal View History

2010-06-30 11:51:49 -07:00
.object
= link_to item_path(item, :q => @query) do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name
2010-09-08 19:49:39 -07:00
= nc_icon_for(item)