forked from OpenNeo/impress
localize items#item_link cache
This commit is contained in:
parent
467fb24c42
commit
706fad0174
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue