From fe127b166dd7898ac020226457d5a1370e5e011c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 23 Mar 2023 15:32:00 +0000 Subject: [PATCH] DEV: Add `{{yield}}` to user-stream-item for plugins/themes (#20791) This means that plugins/themes can re-use the core component and also introduce their own footer --- .../javascripts/discourse/app/components/user-stream-item.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/user-stream-item.hbs b/app/assets/javascripts/discourse/app/components/user-stream-item.hbs index 033b3473879..61908f7aefa 100644 --- a/app/assets/javascripts/discourse/app/components/user-stream-item.hbs +++ b/app/assets/javascripts/discourse/app/components/user-stream-item.hbs @@ -113,4 +113,6 @@ @title="drafts.remove" /> -{{/if}} \ No newline at end of file +{{/if}} + +{{yield to="bottom"}} \ No newline at end of file