Sha256: d6c3eee891bc671cf6de7a471670cd4380a3ecd5d3a3cdcb45016e61b2c301d5
Contents?: true
Size: 281 Bytes
Versions: 56
Compression:
Stored size: 281 Bytes
Contents
<ol id="commentList" class="comments"> <% if @article.published_comments.any? -%> <%= render(:partial => "comment", :collection => @article.published_comments) %> <% else -%> <li class="dummy_comment" style="display:none"><%= _("No comments")%></li> <% end -%> </ol>
Version data entries
56 entries across 16 versions & 1 rubygems