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