diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-17 11:26:25 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-17 11:26:25 -0400 |
commit | 4369be26b98e874ec560f92b6fd204deca8bd609 (patch) | |
tree | 6787ab29bf4fd3430a98423f8863783f178d3519 /app/views/admin/comments/pending.haml | |
parent | 7c703edfae47e31b038f161e04f12aeeabdd2f73 (diff) | |
download | thoughts-4369be26b98e874ec560f92b6fd204deca8bd609.tar.gz thoughts-4369be26b98e874ec560f92b6fd204deca8bd609.tar.bz2 thoughts-4369be26b98e874ec560f92b6fd204deca8bd609.zip |
Pending comment dashboard bug
Diffstat (limited to 'app/views/admin/comments/pending.haml')
-rw-r--r-- | app/views/admin/comments/pending.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
17 | - unless comment.website.empty? | 17 | - unless comment.website.empty? |
18 | %li= comment.website | 18 | %li= comment.website |
19 | %td= link_to comment.blog.title, comment.blog | 19 | %td= link_to comment.blog.title, comment.blog |
20 | %td= comment.published_at.strftime("%B %d, %Y, %l:%M%P") | 20 | %td= comment.created_at.strftime("%B %d, %Y, %l:%M%P") |
21 | %td | 21 | %td |
22 | %ul.admin-actions | 22 | %ul.admin-actions |
23 | %li= link_to "Accept", accept_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to accept this comment?" } | 23 | %li= link_to "Accept", accept_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to accept this comment?" } |