Show only first level comments in comments box for annotations

This commit is contained in:
Amaia Castro
2017-01-17 17:40:04 +01:00
parent 5c3f87c4a2
commit 4b04b93f50

View File

@@ -6,7 +6,7 @@
<% end %>
</div>
<div class="comments-wrapper">
<% annotation.comments.each do |comment| %>
<% annotation.comments.roots.each do |comment| %>
<div class="comment">
<div class="comment-text">
<p><%= comment.body %></p>