From dccdbd52a3a20a18b420594784614088c716cac5 Mon Sep 17 00:00:00 2001 From: tshenry Date: Thu, 22 Jun 2023 01:24:00 -0700 Subject: [PATCH] DEV: Add plugin outlet to latest-topic-list-item component (#22238) Introduces a new above-latest-topic-list-item-post-count outlet, providing a clean way to add other useful elements to the topic-stats section of the latest-topic-list-item template. --- .../discourse/app/components/latest-topic-list-item.hbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/javascripts/discourse/app/components/latest-topic-list-item.hbs b/app/assets/javascripts/discourse/app/components/latest-topic-list-item.hbs index 48229430ee9..c3043bcfe51 100644 --- a/app/assets/javascripts/discourse/app/components/latest-topic-list-item.hbs +++ b/app/assets/javascripts/discourse/app/components/latest-topic-list-item.hbs @@ -26,6 +26,11 @@
+ {{raw "list/posts-count-column" topic=this.topic tagName="div"}}