Sha256: c5678de844699845b42c4eafc11c5293cd8e8d1e59bb9d5605e0c9c89aa83e57

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

<% if sidebar.delicious -%>
  <div id="delicious">
    <h3><a href="http://<%=h sidebar.delicious.title %>"><%=h sidebar.delicious.title %></a></h3>
    <% (groupdate ? sidebar.delicious.days : [{ :container => sidebar.delicious.items }]).each do |group| -%>
    <% if groupdate -%>
    <span class="date"><%=h group[:date].to_s.to_date.strftime("%b %d") %></span>
    <% end -%>
    <ul>
      <% for item in group[:container] %>
      <li>
        <a href="<%=h item.link %>" title="<%=h item.description%>"><%=h item.title %></a>
        <% if item.description -%>
          <br /><span class="desc"><%=h desclink ? item.description_link : item.description %></span>
        <% end -%>
      </li>
      <% end -%>
    </ul>
    <% end -%>
  </div>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

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