Post: <%=h @comment.post_id %>

Commenter: <%=h @comment.commenter %>

Body: <%=h @comment.body %>

<%= link_to 'Edit', edit_comment_path(@comment) %> | <%= link_to 'Back', comments_path %>