_comment_list.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

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