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

5 lines
162 B
Text
Raw Normal View History

= link_to item_path(item) do
= image_tag item.thumbnail_url, :alt => item.description, :title => item.description
%span.name= item.name
= nc_icon_for(item)