impress/app/views/items/_item.html.haml
2010-06-30 14:51:49 -04:00

4 lines
158 B
Text

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