<%= comment.author %> <%= comment.created_at.strftime('%B %e, %Y')%>
<%= comment.text %> <% if admin? %> <%= link_to 'Delete', @post, method: :delete, data: { confirm: 'Are you sure?' }, class: 'comment-delete' %> <% end %>