mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 01:09:26 +00:00
FEATURE: Plugin outlet adjacent to new topic btn (#8443)
This commit is contained in:
parent
9ebb69e8eb
commit
6fe27b9e97
@ -12,6 +12,13 @@
|
||||
{{category-notifications-button value=category.notification_level category=category}}
|
||||
{{/if}}
|
||||
|
||||
{{plugin-outlet name="before-create-topic-button"
|
||||
args=(hash
|
||||
canCreateTopic=canCreateTopic
|
||||
createTopicDisabled=createTopicDisabled
|
||||
createTopicLabel=createTopicLabel)
|
||||
}}
|
||||
|
||||
{{create-topic-button
|
||||
canCreateTopic=canCreateTopic
|
||||
action=createTopic
|
||||
|
Loading…
x
Reference in New Issue
Block a user