Sha256: cfad432c63ba3d33cfce61b7ad09b98aedc00e0bc680389d19ce109c6e2dab28
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
<% if @fortythreeplaces -%> <h3><%= link_to "43 Places", @fortythreeplaces.link %></h3> <ul> <% for thing in @fortythreeplaces.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