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

4 lines
162 B
Text
Raw Normal View History

2010-06-07 17:02:46 -07:00
= link_to item_path(item, :q => @query), :class => 'item' do
2010-05-15 11:01:15 -07:00
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name