Sha256: cf25ee66ab9ed844f35291d85e07dc1f6d497754d7b5d923d16811ea3db12e8c

Contents?: true

Size: 517 Bytes

Versions: 4

Compression:

Stored size: 517 Bytes

Contents

<!--
  @Name: blog/shared/_tags.html.erb
  @Use:  This is a page for displaying tags records
  @Created date: 13-06-2012
  @Modified Date: 27-06-2012
  @Company:  Mindfire Solutions
-->
<div class="module-categories module">
  <% if @tags.any? %>
    <h2><%= 'Tags' %></h2>
    <nav id='tags'>
      <% tag_cloud(@tags, %w(tag1 tag2 tag3 tag4)) do |tag, css_class| %>
        <%= link_to tag.name, tagged_posts_path(tag.id, tag.name.parameterize), :class => css_class %>
      <% end %>
    </nav>
  <% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/blog/shared/_tags.html.erb
mcms_blog-0.0.4 app/views/blog/shared/_tags.html.erb
mcms_blog-0.0.3 app/views/blog/shared/_tags.html.erb
mcms_blog-0.0.2 app/views/blog/shared/_tags.html.erb