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