Sha256: dcbcc0b7112466312931006ad7e86610f6190bac8812f7acb4445fb96a014867

Contents?: true

Size: 225 Bytes

Versions: 8

Compression:

Stored size: 225 Bytes

Contents

<h1><%= t('Tags') %></h1>

<% tag_cloud(@odania_tags, %w(tag_cloud1 tag_cloud2 tag_cloud3 tag_cloud4)) do |tag, css_class| %>
	<%= link_to tag.name, tag_path(tag: tag.name), {:class => css_class, :rel => 'tag'} %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
odania_core-0.0.8 app/views/odania/tags/index.html.erb
odania_core-0.0.7 app/views/odania/tags/index.html.erb
odania_core-0.0.6 app/views/odania/tags/index.html.erb
odania_core-0.0.5 app/views/odania/tags/index.html.erb
odania_core-0.0.4 app/views/odania/tags/index.html.erb
odania_core-0.0.3 app/views/odania/tags/index.html.erb
odania_core-0.0.2 app/views/odania/tags/index.html.erb
odania_core-0.0.1 app/views/odania/tags/index.html.erb