Sha256: 2777f8b9a15cd0be5cc1a7334fd91698b76db220b52866aece4b6e44ab18dc0f
Contents?: true
Size: 774 Bytes
Versions: 3
Compression:
Stored size: 774 Bytes
Contents
<% if @delicious -%> <div id="delicious"> <h3><a href="http://<%= @delicious.title %>"><%= @delicious.title %></a></h3> <% (@sb_config['groupdate'] ? @delicious.days : [{ :container => @delicious.items }]).each do |group| -%> <% if @sb_config['groupdate'] -%> <span class="date"><%= group[:date].to_s.to_date.strftime("%b %d") %></span> <% end -%> <ul> <% for item in group[:container] %> <li> <a href="<%= item.link %>" title="<%=h item.description%>"><%=h item.title %></a> <% if @sb_config['description'] -%> <br /><span class="desc"><%= @sb_config['desclink'] ? item.description_link : item.description %></span> <% end -%> </li> <% end -%> </ul> <% end -%> </div> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems