mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 16:12:51 +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:
parent
2548b819be
commit
d261e0aee0
|
@ -86,3 +86,5 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
|
{{raw "list/activity-column" topic=topic class="num topic-list-data" tagName="td"}}
|
||||||
|
|
||||||
|
{{~raw-plugin-outlet name="topic-list-after-columns"}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user