blacklists: add missing blacklist controls on several pages (fix #3121).
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<div id="a-index">
|
||||
<h1>Artist Commentary</h1>
|
||||
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
|
||||
<table width="100%" class="striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<div id="a-index">
|
||||
<h1>Comments</h1>
|
||||
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
|
||||
<div class="comments-for-post">
|
||||
<div class="list-of-comments">
|
||||
<% @comments.each do |comment| %>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<h1>Moderator Dashboard</h1>
|
||||
|
||||
<%= render "search" %>
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
|
||||
<div id="col1">
|
||||
<div class="activity"><%= render "activity_upload" %></div>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<%= render "statistics", :presenter => @presenter, :user => @user %>
|
||||
|
||||
<% if !CurrentUser.is_admin? && !@user.enable_privacy_mode? || CurrentUser.id == @user.id %>
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
<%= render "post_summary", :presenter => @presenter, :user => @user %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user