<% if comment %>
<%= comment.user.username %> profile image <%= comment.user.name %> <%= render "comments/comment_date", decorated_comment: comment.decorate %>
<%= comment.safe_processed_html %>
<% else %>

Comment Not Found

<% end %>