diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-17 11:43:07 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-17 11:43:07 -0400 |
commit | 8d039903f630db0b89f2df44a94f4e5c938bd7bf (patch) | |
tree | 80d33266fff46582bc4ea7d1fc31f7b73efca965 /app/views/admin | |
parent | 4369be26b98e874ec560f92b6fd204deca8bd609 (diff) | |
download | thoughts-8d039903f630db0b89f2df44a94f4e5c938bd7bf.tar.gz thoughts-8d039903f630db0b89f2df44a94f4e5c938bd7bf.tar.bz2 thoughts-8d039903f630db0b89f2df44a94f4e5c938bd7bf.zip |
Added marking comments as spam
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/comments/pending.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/comments/pending.haml b/app/views/admin/comments/pending.haml index 18ae6c2..3303457 100644 --- a/app/views/admin/comments/pending.haml +++ b/app/views/admin/comments/pending.haml | |||
@@ -22,4 +22,5 @@ | |||
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?" } |
24 | %li= link_to "Reject", reject_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to reject this comment?" } | 24 | %li= link_to "Reject", reject_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to reject this comment?" } |
25 | %li= link_to "Mark Spam", mark_spam_admin_comment_url(comment), method: :post, data: { confirm: "Are you sure you want to mark this comment as spam?" } | ||
25 | = will_paginate @comments | 26 | = will_paginate @comments |