about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-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?" }