denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/views/shinycms/discussions/_top_level.html.erb

Summary

Maintainability
Test Coverage
<% comments.each do |comment| %>
  <% depth = 0 %>
  <%= render partial: 'comments/comment_thread',
             locals: { discussion: discussion, comment: comment, depth: depth } %>
<% end %>