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

5 lines
228 B
Text

- localized_cache "items/#{item.id}#item_link_partial" do
= 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)