<% cache "comment-box-#{@last_user_reaction}-#{@last_user_comment}-#{json_data['comment']['updated_at']}-#{json_data['comment']['id']}" do %> <% if json_data["comment"]["commentable"] %> <% if json_data["comment"]["depth"] && json_data["comment"]["depth"] > 0 %>

" class="crayons-link notification__reply-title"> Re: <%= json_data["comment"]["ancestors"].last["title"] %>

<% end %>
<%= json_data["comment"]["processed_html"].html_safe %>
<% if context == "moderation" && current_user.has_role?(:trusted) %>
<% end %>
<% end %> <% end %>