about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-17 11:26:25 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-17 11:26:25 -0400
commit4369be26b98e874ec560f92b6fd204deca8bd609 (patch)
tree6787ab29bf4fd3430a98423f8863783f178d3519
parent7c703edfae47e31b038f161e04f12aeeabdd2f73 (diff)
downloadthoughts-4369be26b98e874ec560f92b6fd204deca8bd609.tar.gz
thoughts-4369be26b98e874ec560f92b6fd204deca8bd609.tar.bz2
thoughts-4369be26b98e874ec560f92b6fd204deca8bd609.zip
Pending comment dashboard bug
-rw-r--r--app/views/admin/comments/pending.haml2
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?" }