FIX: Refactor placement of plugin outlet & index use (#16874)
This commit is contained in:
parent
a8163a5c0c
commit
20d1f90edf
|
@ -1,7 +1 @@
|
|||
{{topicListItemContents}}
|
||||
|
||||
{{plugin-outlet
|
||||
name="after-topic-list-item"
|
||||
args=(hash topic=topic)
|
||||
index=index
|
||||
}}
|
||||
|
|
|
@ -46,6 +46,11 @@
|
|||
focusLastVisitedTopic=focusLastVisitedTopic
|
||||
index=index}}
|
||||
{{raw "list/visited-line" lastVisitedTopic=lastVisitedTopic topic=topic}}
|
||||
{{plugin-outlet
|
||||
name="after-topic-list-item"
|
||||
args=(hash topic=topic index=index)
|
||||
connectorTagName="tr"
|
||||
}}
|
||||
{{/each}}
|
||||
</tbody>
|
||||
|
||||
|
|
Loading…
Reference in New Issue