From c39cebc161b23f7fac7dfc6703ec00119b40142e Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 16 Jun 2022 12:51:24 +0530 Subject: [PATCH] PERF: remove server plugin outlet for post (#17105) --- app/views/topics/show.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index e2d8ae9cb3e..d949ebb2b0e 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -113,8 +113,6 @@ <% end %> <% end %> - - <%= server_plugin_outlet("after_post_body", locals: {post: post}) %> <% end %> <% end %>