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