Sha256: 7e5454dd4cc3aaf44de2392d27ca82fba172e75c7e1e8e2c1a49b972186c859d

Contents?: true

Size: 424 Bytes

Versions: 12

Compression:

Stored size: 424 Bytes

Contents

<%#
  Controllers that use this partial must supply the following variables:
  user
  nested_comments
%>

<% nested_comments.each do |comment, nested_children| %>
  <div id="commontator-comment-<%= comment.id %>" class="comment">
    <%=
      render partial: 'commontator/comments/show', formats: [ :html ], locals: {
        user: user, comment: comment, nested_children: nested_children
      }
    %>
  </div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
commontator-7.0.1 app/views/commontator/comments/_list.html.erb
commontator-7.0.0 app/views/commontator/comments/_list.html.erb
commontator-6.3.2 app/views/commontator/comments/_list.html.erb
commontator-6.3.1 app/views/commontator/comments/_list.html.erb
commontator-6.3.0 app/views/commontator/comments/_list.html.erb
commontator-6.2.1 app/views/commontator/comments/_list.html.erb
commontator-6.2.0 app/views/commontator/comments/_list.html.erb
commontator-6.1.1 app/views/commontator/comments/_list.html.erb
commontator-6.1.0 app/views/commontator/comments/_list.html.erb
commontator-6.0.1 app/views/commontator/comments/_list.html.erb
commontator-6.0.0 app/views/commontator/comments/_list.html.erb
commontator-6.0.0.pre.2 app/views/commontator/comments/_list.html.erb