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}}
|
||||
/>
|
||||
{{categoryLink @topic.category}}
|
||||
<PluginOutlet
|
||||
@name="topic-list-after-category"
|
||||
@outletArgs={{hash topic=@topic}}
|
||||
/>
|
||||
{{/unless}}
|
||||
|
||||
{{discourseTags @topic mode="list"}}
|
||||
|
|
|
@ -98,6 +98,10 @@ export default class TopicCell extends Component {
|
|||
@outletArgs={{hash topic=@topic}}
|
||||
/>
|
||||
{{categoryLink @topic.category}}
|
||||
<PluginOutlet
|
||||
@name="topic-list-after-category"
|
||||
@outletArgs={{hash topic=@topic}}
|
||||
/>
|
||||
{{/unless}}
|
||||
{{/unless}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue