<%= format_text(comment.body) %>
<%= render "application/update_notice", record: comment %>
<% if CurrentUser.is_member? %>
<% if comment.editable_by?(CurrentUser.user) %>
<%= render "comments/form", comment: comment, hidden: true %>
<% end %>
<% end %>