DEV: Add two new plugin outlets in topic list (#18270)

This commit is contained in:
Penar Musaraj 2022-09-19 12:35:13 -04:00 committed by GitHub
parent 0414bd00ae
commit 36aec7f546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -45,8 +45,12 @@
{{#if expandPinned}}
{{raw "list/topic-excerpt" topic=topic}}
{{/if}}
{{~raw-plugin-outlet name="topic-list-main-link-bottom"}}
</td>
{{~raw-plugin-outlet name="topic-list-after-main-link"}}
{{#if showPosters}}
{{raw "list/posters-column" posters=topic.featuredUsers}}
{{/if}}