Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
fixing tag cloud gen in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansky committed Feb 8, 2011
1 parent d0cca9a commit 2ccd5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tags/_tag_cloud.haml
@@ -1,5 +1,5 @@
.tags
- cache(:action => 'index', :action_suffix => "all_tags", :expires_in => 30.minute) do
- cache("tag_cloud_all", :expires_in => 30.minute) do
- tag_cloud_limited(tags, %w(tag_css1 tag_css2 tag_css3 tag_css4), limit) do |tag, css_class|
%span.tag
= image_tag("/images/icons/tag-small.png")
Expand Down

0 comments on commit 2ccd5be

Please sign in to comment.