1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_item.html.haml

4 lines
137 B
Text
Raw Normal View History

2010-05-15 17:46:41 -07:00
= link_to item, :class => 'item' do
2010-05-15 11:01:15 -07:00
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
= item.name