Sha256: caef01c32553f88b77dfecdb203d3909407c9b984a97849b75ab6975de7ad8b3

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

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