Sha256: 7ae17fba006698522de63b13afe3bf6092da983dcea30b32906f35b792b1751c

Contents?: true

Size: 478 Bytes

Versions: 4

Compression:

Stored size: 478 Bytes

Contents

<div id="tag-cloud">
    <fieldset>
        <legend><%= t('folksemantic.tag_cloud_legend') %></legend>
        <% if @tag_cloud.blank? -%>
          <%= t('folksemantic.no_tags') %>
        <% else -%>
          <% tag_cloud @tag_cloud, %w(cloud1 cloud2 cloud3 cloud4 cloud5 cloud6) do |tag, css_class| %>
              <%= link_to tag, { :action => :browse_by_tags, :tags => tag }, :class => css_class %>
          <% end %>
        <% end -%>
    </fieldset>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
muck-raker-0.1.5 app/views/entries/_tag_cloud.html.erb
muck-raker-0.1.6 app/views/entries/_tag_cloud.html.erb
muck-raker-0.1.7 app/views/entries/_tag_cloud.html.erb
muck-raker-0.1.8 app/views/entries/_tag_cloud.html.erb