diff --git a/app/views/posts/partials/show/_notices.html.erb b/app/views/posts/partials/show/_notices.html.erb index 86b9f795d..343a1d481 100644 --- a/app/views/posts/partials/show/_notices.html.erb +++ b/app/views/posts/partials/show/_notices.html.erb @@ -42,6 +42,7 @@ <% if CurrentUser.can_approve_posts? && !post.disapproved_by?(CurrentUser.user) %> <%= render "moderator/post/queues/quick_mod", post: post %> + <%= render "post_disapprovals/detailed_rejection_dialog" %> <% end %> <% end %> @@ -73,5 +74,3 @@ Loading... <% end %> - -<%= render "post_disapprovals/detailed_rejection_dialog" %>