Sha256: 299ba3250fbcef3655286543310ffddc396a4c0a48ba2f2f8033cfa8465c28ce

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

<% if sidebar.fortythreeplaces -%>
<h3><%= link_to "43 Places", sidebar.fortythreeplaces.link %></h3>
<ul>
<% for thing in sidebar.fortythreeplaces.things.to_a.slice(0,count.to_i) -%>
  <li><a href="<%= thing.link %>" title="<%=h thing.title %>"><%=h thing.title %> </a></li>
<% end -%>
</ul>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-4.1.1 vendor/plugins/fortythreeplaces_sidebar/views/content.rhtml
typo-4.1 vendor/plugins/fortythreeplaces_sidebar/views/content.rhtml