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