Sha256: 729e19d8963be856822d6cc10681c00489dc109baa17df26801db84eb3a7732d

Contents?: true

Size: 369 Bytes

Versions: 9

Compression:

Stored size: 369 Bytes

Contents

<h3><%=h title %></h3>
<div>
    <ul>
        <% for comment in @comments -%>
            <li>
                <% title = ''; title << 'by ' + comment.author if show_username -%>
                <% title << ' on ' + comment.article.title if show_article -%>
                <%= comment_url_link h(title), comment %>
            </li>
        <% end %>
    </ul>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 components/plugins/sidebars/recent_comments/content.rhtml
typo-3.99.2 components/plugins/sidebars/recent_comments/content.rhtml
typo-3.99.1 components/plugins/sidebars/recent_comments/content.rhtml
typo-3.99.3 components/plugins/sidebars/recent_comments/content.rhtml
typo-4.0.1 components/plugins/sidebars/recent_comments/content.rhtml
typo-3.99.4 components/plugins/sidebars/recent_comments/content.rhtml
typo-4.0.2 components/plugins/sidebars/recent_comments/content.rhtml
typo-4.0.0 components/plugins/sidebars/recent_comments/content.rhtml
typo-4.0.3 components/plugins/sidebars/recent_comments/content.rhtml