Fix #3821: Blacklist and mod queue.

This commit is contained in:
evazion
2018-08-22 18:14:13 -05:00
parent 083c537abf
commit 8890baaf42
3 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
</div>
<%= render "posts/partials/common/inline_blacklist" %>
<% @posts.each do |post| %>
<%= render "post", post: post %>
<% end %>

View File

@@ -25,6 +25,8 @@
</p>
</div>
<%= render "posts/partials/common/inline_blacklist" %>
<% @posts.each do |post| %>
<%= render "post", post: post %>
<% end %>