Sha256: ddf515acf6a906b1265a4410acc2cfc1e6d194c7393349dc2c4bf7e8b2c70480

Contents?: true

Size: 267 Bytes

Versions: 9

Compression:

Stored size: 267 Bytes

Contents

<% unless @tags.blank? -%>
<h3>Tags</h3>
<p style="overflow:hidden">
<% @tags.each do |tag| -%>
<span style="font-size:<%= @sizes[tag] %>%"><%= link_to tag.display_name, :controller => "articles", :action => "tag", :id => tag.name %></span>
<% end -%>
</p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 components/plugins/sidebars/tag/content.rhtml
typo-3.99.3 components/plugins/sidebars/tag/content.rhtml
typo-3.99.2 components/plugins/sidebars/tag/content.rhtml
typo-3.99.1 components/plugins/sidebars/tag/content.rhtml
typo-4.0.2 components/plugins/sidebars/tag/content.rhtml
typo-3.99.4 components/plugins/sidebars/tag/content.rhtml
typo-4.0.1 components/plugins/sidebars/tag/content.rhtml
typo-4.0.0 components/plugins/sidebars/tag/content.rhtml
typo-4.0.3 components/plugins/sidebars/tag/content.rhtml