diff --git a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr index ab05872ece0..03ea153bb09 100644 --- a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr @@ -1,3 +1,5 @@ +{{~raw-plugin-outlet name="topic-list-before-columns"}} + {{#if bulkSelectEnabled}} @@ -12,6 +14,7 @@ at the end of the link, preventing it from line wrapping onto its own line. --}} + {{~raw-plugin-outlet name="topic-list-before-link"}} {{~raw-plugin-outlet name="topic-list-before-status"}} {{~raw "topic-status" topic=topic}} diff --git a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr index c126de09242..6c4663b83db 100644 --- a/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/mobile/list/topic-list-item.hbr @@ -1,4 +1,5 @@ + {{~raw-plugin-outlet name="topic-list-before-columns"}} {{~#unless expandPinned}}
{{avatar topic.lastPosterUser imageSize="large"}} @@ -14,6 +15,7 @@ This causes the topic-post-badge to be considered the same word as "text" at the end of the link, preventing it from line wrapping onto its own line. --}} + {{~raw-plugin-outlet name="topic-list-before-link"}}