From 422dbbc72eca5f1e656f11cdf0b84ba01eb25e60 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 11 Jan 2022 10:16:23 -0600 Subject: [PATCH] Fix #4942: Missing Blacklist Controls. --- app/views/comment_votes/index.html.erb | 3 +++ app/views/post_votes/index.html.erb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/views/comment_votes/index.html.erb b/app/views/comment_votes/index.html.erb index a784a0e1d..546e503ea 100644 --- a/app/views/comment_votes/index.html.erb +++ b/app/views/comment_votes/index.html.erb @@ -2,6 +2,9 @@
+

Comment Votes

+ + <%= render "posts/partials/common/inline_blacklist" %> <%= render "search" %> <%= table_for @comment_votes, class: "striped autofit" do |t| %> diff --git a/app/views/post_votes/index.html.erb b/app/views/post_votes/index.html.erb index 6052d98fe..5f0ef09cd 100644 --- a/app/views/post_votes/index.html.erb +++ b/app/views/post_votes/index.html.erb @@ -2,6 +2,9 @@
+

Post Votes

+ + <%= render "posts/partials/common/inline_blacklist" %> <%= render "search" %> <%= table_for @post_votes, class: "striped autofit" do |t| %>