mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
This commit is contained in:
parent
5238e96377
commit
fe127b166d
@ -113,4 +113,6 @@
|
|||||||
@title="drafts.remove"
|
@title="drafts.remove"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{yield to="bottom"}}
|
Loading…
Reference in New Issue
Block a user