Sha256: dbbee5baeb51de8e39bc1dcadc43b47541333f0c3d036c944ece19240f7209c3

Contents?: true

Size: 243 Bytes

Versions: 9

Compression:

Stored size: 243 Bytes

Contents

<% if @cosmos -%>
<h3><%= @sb_config['name'] -%> @Technorati</h3>
<ul id="technorati">
<% for item in @cosmos.choose(@sb_config['count'].to_i) -%>
  <li><%= link_to item.title, item.link, {:title => item.title } %>
<% end -%>
</ul>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

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