diff --git a/app/assets/javascripts/discourse/templates/post.hbs b/app/assets/javascripts/discourse/templates/post.hbs index 67903530253..29b95d5aa28 100644 --- a/app/assets/javascripts/discourse/templates/post.hbs +++ b/app/assets/javascripts/discourse/templates/post.hbs @@ -77,6 +77,7 @@
{{{cooked}}} + {{plugin-outlet "post-after-cooked"}} {{#if firstPost}} {{plugin-outlet "topic-after-cooked"}} {{/if}}