mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:02:46 +08:00
FEATURE: Add after-topic-list-body plugin-outlet (#11410)
This commit is contained in:
parent
54519a2976
commit
da74b3e14b
|
@ -45,3 +45,15 @@
|
|||
{{raw "list/visited-line" lastVisitedTopic=lastVisitedTopic topic=topic}}
|
||||
{{/each}}
|
||||
</tbody>
|
||||
|
||||
{{plugin-outlet
|
||||
name="after-topic-list-body"
|
||||
args=(hash
|
||||
topics=topics
|
||||
selected=selected
|
||||
bulkSelectEnabled=bulkSelectEnabled
|
||||
lastVisitedTopic=lastVisitedTopic
|
||||
discoveryList=discoveryList
|
||||
hideCategory=hideCategory)
|
||||
tagName=""
|
||||
connectorTagName=""}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user