From 706fad01746efdad6e07822289891147acfb5cc8 Mon Sep 17 00:00:00 2001 From: Matchu Date: Thu, 3 Jan 2013 13:06:22 -0500 Subject: [PATCH] localize items#item_link cache --- app/views/items/_item_link.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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