4 lines
119 B
Text
4 lines
119 B
Text
|
= div_for item do
|
||
|
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
|
||
|
= item.name
|