mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 04:13:53 +08:00
DEV: add raw plugin outlet to create new topic list item columns. (#22296)
This commit will introduce a new plugin outlet in the raw topic list item handlebar. We can add a new column at the end using this plugin outlet.
This commit is contained in:
@ -86,3 +86,5 @@
|
||||
</td>
|
||||
|
||||
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
|
||||
|
||||
{{~raw-plugin-outlet name="topic-list-after-columns"}}
|
||||
|
Reference in New Issue
Block a user