Merge pull request #74 from medialab-prado/71-only-show-root-comments
Show only first level comments in comments box for annotations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user