Sha256: 324867830397e279653dc7338f444d42d36317bc231dda003ed0f7906b6c0796
Contents?: true
Size: 270 Bytes
Versions: 35
Compression:
Stored size: 270 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
35 entries across 26 versions & 2 rubygems