Sha256: 9f8501f9df6ba113232fe98854ccc79dbe53029c6874c72319ff33c050afd2ef

Contents?: true

Size: 278 Bytes

Versions: 9

Compression:

Stored size: 278 Bytes

Contents

<% if @fortythree -%>
<h3><%= link_to "43 Things", @fortythree.link %></h3>
<ul>
<% for thing in @fortythree.things.to_a.slice(0,@sb_config['count'].to_i) -%>
  <li><a href="<%= thing.link %>" title="<%=h thing.title %>"><%=h thing.title %> </a></li>
<% end -%>
</ul>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

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