Sha256: 6a537fe396f0eab6baed4af6a0fb4554952734ce96e14e07a41c65fa9a3fd9f7

Contents?: true

Size: 291 Bytes

Versions: 6

Compression:

Stored size: 291 Bytes

Contents

<% @comid = 0%>
<ol id="commentList">
<% if @article.published_comments.any? -%>
  <%= render(:partial => "/articles/comment", :collection => @article.published_comments) %>
<% else -%>
  <li class="dummy_comment" style="display:none">Aucun commentaire pour l'instant'</li>
<% end -%>
</ol>

Version data entries

6 entries across 6 versions & 1 rubygems

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