mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +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}}
|
{{category-notifications-button value=category.notification_level category=category}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{plugin-outlet name="before-create-topic-button"
|
||||||
|
args=(hash
|
||||||
|
canCreateTopic=canCreateTopic
|
||||||
|
createTopicDisabled=createTopicDisabled
|
||||||
|
createTopicLabel=createTopicLabel)
|
||||||
|
}}
|
||||||
|
|
||||||
{{create-topic-button
|
{{create-topic-button
|
||||||
canCreateTopic=canCreateTopic
|
canCreateTopic=canCreateTopic
|
||||||
action=createTopic
|
action=createTopic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user