From 15a59dcde7232352fe948abe63be0a89c9f6d350 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 19 May 2015 15:34:54 +1000 Subject: [PATCH] EXTENSIBILITY: topic-after-cooked plugin outlet --- app/assets/javascripts/discourse/templates/post.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/post.hbs b/app/assets/javascripts/discourse/templates/post.hbs index eb38a078f2f..bbcd12acef2 100644 --- a/app/assets/javascripts/discourse/templates/post.hbs +++ b/app/assets/javascripts/discourse/templates/post.hbs @@ -72,6 +72,9 @@
{{{cooked}}} + {{#if firstPost}} + {{plugin-outlet "topic-after-cooked"}} + {{/if}}
{{#if cooked_hidden}} {{i18n 'post.show_hidden'}}