- <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>