Skip to content

Instantly share code, notes, and snippets.

@smathy
Created April 17, 2010 05:35
Show Gist options
  • Save smathy/369315 to your computer and use it in GitHub Desktop.
Save smathy/369315 to your computer and use it in GitHub Desktop.
#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