Fix #4942: Missing Blacklist Controls.

This commit is contained in:
evazion
2022-01-11 10:16:23 -06:00
parent 33828ec8a4
commit 422dbbc72e
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
<div id="c-comment-votes">
<div id="a-index">
<h1>Comment Votes</h1>
<%= render "posts/partials/common/inline_blacklist" %>
<%= render "search" %>
<%= table_for @comment_votes, class: "striped autofit" do |t| %>

View File

@@ -2,6 +2,9 @@
<div id="c-post-votes">
<div id="a-index">
<h1>Post Votes</h1>
<%= render "posts/partials/common/inline_blacklist" %>
<%= render "search" %>
<%= table_for @post_votes, class: "striped autofit" do |t| %>