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

7 lines
195 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)
2011-07-12 22:21:48 -07:00
= closeted_icon_for(item)
2011-07-12 17:03:04 -07:00