mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
DEV: Add topic-list-after-category outlet (#30797)
This commit is contained in:
parent
bb920326c9
commit
41bf8ddfd0
@ -330,6 +330,10 @@ export default class Item extends Component {
|
|||||||
@outletArgs={{hash topic=@topic}}
|
@outletArgs={{hash topic=@topic}}
|
||||||
/>
|
/>
|
||||||
{{categoryLink @topic.category}}
|
{{categoryLink @topic.category}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="topic-list-after-category"
|
||||||
|
@outletArgs={{hash topic=@topic}}
|
||||||
|
/>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
||||||
{{discourseTags @topic mode="list"}}
|
{{discourseTags @topic mode="list"}}
|
||||||
|
@ -98,6 +98,10 @@ export default class TopicCell extends Component {
|
|||||||
@outletArgs={{hash topic=@topic}}
|
@outletArgs={{hash topic=@topic}}
|
||||||
/>
|
/>
|
||||||
{{categoryLink @topic.category}}
|
{{categoryLink @topic.category}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="topic-list-after-category"
|
||||||
|
@outletArgs={{hash topic=@topic}}
|
||||||
|
/>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user