impress/app/views/items/_item.html.haml
2010-05-15 14:01:15 -04:00

3 lines
119 B
Text

= div_for item do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name