diff --git a/app/views/artist_commentaries/index.html.erb b/app/views/artist_commentaries/index.html.erb
index 5a468a12a..9ba9ad4c1 100644
--- a/app/views/artist_commentaries/index.html.erb
+++ b/app/views/artist_commentaries/index.html.erb
@@ -2,6 +2,8 @@
Artist Commentary
+ <%= render "posts/partials/common/inline_blacklist" %>
+
diff --git a/app/views/comments/index_by_comment.html.erb b/app/views/comments/index_by_comment.html.erb
index 99844b99f..186dad6fa 100644
--- a/app/views/comments/index_by_comment.html.erb
+++ b/app/views/comments/index_by_comment.html.erb
@@ -2,6 +2,8 @@
Comments
+ <%= render "posts/partials/common/inline_blacklist" %>
+
Moderator Dashboard
<%= render "search" %> + <%= render "posts/partials/common/inline_blacklist" %>