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

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

User: <%=h @comment.user_id %>

Status: <%=h @comment.status %>

Created at: <%=h @comment.created_at %>

Updated at: <%=h @comment.updated_at %>

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