From c7d86f89e4b91b3a4ed010c7c340e961f905f21f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 5 Jan 2015 15:34:21 -0500 Subject: [PATCH] Add more plugin outlets for the topic header --- app/assets/javascripts/discourse/templates/topic.hbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index 3deaa666d65..bfa1258675a 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -23,6 +23,8 @@ {{category-chooser valueAttribute="id" value=buffered.category_id source=buffered.category_id}} {{/if}} + {{plugin-outlet "edit-topic"}} + {{else}} @@ -48,6 +50,7 @@ {{bound-category-link category.parentCategory}} {{/if}} {{bound-category-link category}} + {{plugin-outlet "topic-category"}} {{/unless}} {{/if}}