Sha256: c5b242eb3d56b30656df62689009670108f0207006ac59b20a8295b57e47a1ee
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
<% if @tags.any? %> <h2><%= t('.title') %></h2> <nav id="tags"> <% tag_cloud(@tags, %w(tag1 tag2 tag3 tag4)) do |tag, css_class| %> <%= link_to tag.name, refinery.blog_tagged_posts_path(tag.id, tag.name.parameterize), :class => css_class %> <% end %> </nav> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-blog-4.0.0 | app/views/refinery/blog/shared/_tags.html.erb |