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

6 lines
183 B
Text
Raw Normal View History

-# NOTE: Changing this requires bumping the cache at `_closet_list.html.haml`!
= link_to item_path(item) do
= item_thumbnail_for(item)
%span.name= item.name
= nc_icon_for(item)