Sha256: 7930012fa07a845abf23fff6d4ea4ec1d29a789f4400824f0df9566439f28e09

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 Bytes

Contents

.side_box.tags
  %h2 Tags
  - tags = Post.tag_counts
  - tag_cloud(tags, %w(cloud1 cloud2 cloud3 cloud4 cloud5 cloud6 cloud7)) do |tag, css_class|
    =link_to tag.name, tag_path_helper(tag.name.gsub(/\./, "~dot~")), :class => css_class

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
santey_blog-0.2.1 app/views/includes/_tags.html.haml
santey_blog-0.2.0 app/views/includes/_tags.html.haml
santey_blog-0.1.2 app/views/includes/_tags.html.haml