Created
April 17, 2010 05:35
-
-
Save smathy/369315 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#right_column | |
#tag_cloud{ :title => I18n.t('labels.tag_cloud') } | |
#color_tags | |
- tag_cloud @colors, %w/tg1 tg2 tg3 tg4/ do |tag, css_class| | |
!= link_to I18n.t( tag.tname, :default => tag.name).downcase, { :action => :color, :id => tag.name }, :class => css_class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment