1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item.html.haml
2010-05-15 20:46:41 -04:00

3 lines
137 B
Text

= link_to item, :class => 'item' do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name