Fix #4942: Missing Blacklist Controls.
This commit is contained in:
@@ -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| %>
|
||||
|
||||
@@ -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| %>
|
||||
|
||||
Reference in New Issue
Block a user