diff --git a/app/assets/javascripts/discourse/templates/components/d-navigation.hbs b/app/assets/javascripts/discourse/templates/components/d-navigation.hbs index 5cf53f5a20..a97af68cbc 100644 --- a/app/assets/javascripts/discourse/templates/components/d-navigation.hbs +++ b/app/assets/javascripts/discourse/templates/components/d-navigation.hbs @@ -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