mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add new after-create-topic-button plugin outlet (#13848)
This commit is contained in:
@@ -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 --}}
|
||||
|
||||
Reference in New Issue
Block a user