impress/app/views/items/_item_link.html.haml

4 lines
169 B
Text

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