From 2ab4f2a12624365fed3099557ffc59f95c758381 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 22 Aug 2021 04:06:07 +0800 Subject: [PATCH] DEV: adds plugin-outlet before category in /latest on mobile (#14105) Adding this so themes can avoid template overrides. --- .../discourse/app/templates/mobile/list/topic-list-item.hbr | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr index cd13ad9ed42..ae3b4bf2523 100644 --- a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr @@ -36,6 +36,7 @@
{{#unless hideCategory}} + {{~raw-plugin-outlet name="topic-list-before-category"}}
{{category-link topic.category}}