Sha256: bb992712f93707e894b17527bb7d242d1a3a2b2f5d2458519b93b6a77486fe61

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

<% if tags.blank? -%>
  <%= t('folksemantic.no_tags') %>
<% else -%>
  <% tag_cloud tags, %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 -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
muck-raker-0.1.1 app/views/entries/_tags.html.erb
muck-raker-0.1.2 app/views/entries/_tags.html.erb
muck-raker-0.1.3 app/views/entries/_tags.html.erb
muck-raker-0.1.4 app/views/entries/_tags.html.erb
muck-raker-0.1.0 app/views/entries/_tags.html.erb