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.
This commit is contained in:
tshenry 2023-06-22 01:24:00 -07:00 committed by GitHub
parent d875e6e998
commit dccdbd52a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
</div>
</div>
<div class="topic-stats">
<PluginOutlet
@name="above-latest-topic-list-item-post-count"
@connectorTagName="div"
@outletArgs={{hash topic=this.topic}}
/>
{{raw "list/posts-count-column" topic=this.topic tagName="div"}}
<div class="topic-last-activity">
<a