<%= format_text(comment.body, data: dtext_data) %>
<%= render "application/update_notice", record: comment %>
<% if policy(comment).create? %>
<% if policy(comment).update? %>
<%= render "comments/form", comment: comment, hidden: true %>
<% end %>
<% end %>