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:
parent
d875e6e998
commit
dccdbd52a3
|
@ -26,6 +26,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="topic-stats">
|
<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"}}
|
{{raw "list/posts-count-column" topic=this.topic tagName="div"}}
|
||||||
<div class="topic-last-activity">
|
<div class="topic-last-activity">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue