From ce27783da49d360450fc2636d02a5e2b8dbf46ae Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 31 Jul 2017 16:50:05 -0400 Subject: [PATCH] UX: Add new plugin outlet before reply count --- .../discourse/templates/list/posts-count-column.raw.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/templates/list/posts-count-column.raw.hbs b/app/assets/javascripts/discourse/templates/list/posts-count-column.raw.hbs index 599d695abf5..94106df50d6 100644 --- a/app/assets/javascripts/discourse/templates/list/posts-count-column.raw.hbs +++ b/app/assets/javascripts/discourse/templates/list/posts-count-column.raw.hbs @@ -1,3 +1,4 @@ <{{view.tagName}} class='num posts-map posts {{view.likesHeat}}' title='{{view.title}}'> + {{raw-plugin-outlet name="topic-list-before-reply-count"}} {{number topic.replyCount noTitle="true"}}