Fix #3821: Blacklist and mod queue.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
|
||||
<% @posts.each do |post| %>
|
||||
<%= render "post", post: post %>
|
||||
<% end %>
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<%= render "posts/partials/common/inline_blacklist" %>
|
||||
|
||||
<% @posts.each do |post| %>
|
||||
<%= render "post", post: post %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user