DEV: Add new after-create-topic-button plugin outlet (#13848)
This commit is contained in:
parent
5a93893b08
commit
292412f196
|
@ -54,6 +54,14 @@
|
|||
canCreateTopicOnTag=canCreateTopicOnTag
|
||||
}}
|
||||
|
||||
{{plugin-outlet name="after-create-topic-button" tagName=""
|
||||
args=(hash
|
||||
canCreateTopic=canCreateTopic
|
||||
createTopicDisabled=createTopicDisabled
|
||||
createTopicLabel=createTopicLabel
|
||||
category=category)
|
||||
}}
|
||||
|
||||
{{#if category}}
|
||||
{{#unless tag}}
|
||||
{{!-- don't show category notification menu on tag pages --}}
|
||||
|
|
Loading…
Reference in New Issue