FEATURE: Plugin outlet adjacent to new topic btn (#8443)

This commit is contained in:
Mark VanLandingham 2019-12-03 13:57:07 -06:00 committed by GitHub
parent 9ebb69e8eb
commit 6fe27b9e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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