Sha256: ab53c80c313458f134299d181f4a869f68e59e52a408f25f3ab14be29bac7a3e

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

<ol id="commentList" class="comments">
  <% if @article.published_comments.any? -%>
    <%= render(:partial => "/articles/comment", :collection => @article.published_comments) %>
  <% else -%>
    <li class="dummy_comment" style="display:none"><%= _("No comments")%></li>
  <% end -%>
</ol>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 themes/typographic/views/articles/_comment_list.html.erb
typo-5.4.4 themes/typographic/views/articles/_comment_list.html.erb
typo-5.4.3 themes/typographic/views/articles/_comment_list.html.erb
typo-5.4.2 themes/typographic/views/articles/_comment_list.html.erb
typo-5.4.1 themes/typographic/views/articles/_comment_list.html.erb
typo-5.4 themes/typographic/views/articles/_comment_list.html.erb