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| %>