diff --git a/app/views/items/_item_link.html.haml b/app/views/items/_item_link.html.haml index a4a68d83..a0869fce 100644 --- a/app/views/items/_item_link.html.haml +++ b/app/views/items/_item_link.html.haml @@ -1,4 +1,4 @@ -- cache "items/#{item.id}#item_link_partial" do +- localized_cache "items/#{item.id}#item_link_partial" do = link_to item_path(item, :q => @query) do = image_tag item.thumbnail_url, :alt => item.description, :title => item.description %span.name= item.name