1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item.html.haml
2010-06-07 20:02:46 -04:00

3 lines
162 B
Text

= link_to item_path(item, :q => @query), :class => 'item' do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name