Fix #4525: Show mod report notices next to reported content.
This commit is contained in:
@@ -42,8 +42,6 @@ class ForumTopicsController < ApplicationController
|
||||
|
||||
if request.format.atom?
|
||||
@forum_posts = @forum_posts.reverse_order.load
|
||||
elsif request.format.html?
|
||||
@forum_posts = @forum_posts.includes(:creator, :bulk_update_request)
|
||||
end
|
||||
|
||||
respond_with(@forum_topic)
|
||||
|
||||
Reference in New Issue
Block a user