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

Ajax

开发平台:

Others

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