From 4369be26b98e874ec560f92b6fd204deca8bd609 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 17 Oct 2023 11:26:25 -0400 Subject: Pending comment dashboard bug --- app/views/admin/comments/pending.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/comments/pending.haml b/app/views/admin/comments/pending.haml index 6abf371..18ae6c2 100644 --- a/app/views/admin/comments/pending.haml +++ b/app/views/admin/comments/pending.haml @@ -17,7 +17,7 @@ - unless comment.website.empty? %li= comment.website %td= link_to comment.blog.title, comment.blog - %td= comment.published_at.strftime("%B %d, %Y, %l:%M%P") + %td= comment.created_at.strftime("%B %d, %Y, %l:%M%P") %td %ul.admin-actions %li= link_to "Accept", accept_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to accept this comment?" } -- cgit 1.4.1