mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: pass more arguments to before-create-topic-button (#13740)
This commit passes a few more arguments to the `before-create-topic-button` outlet. We need these arguments to avoid template overrides in themes.
This commit is contained in:
parent
74b3730143
commit
ebce983a26
@ -39,7 +39,10 @@
|
||||
args=(hash
|
||||
canCreateTopic=canCreateTopic
|
||||
createTopicDisabled=createTopicDisabled
|
||||
createTopicLabel=createTopicLabel)
|
||||
createTopicLabel=createTopicLabel
|
||||
additionalTags=additionalTags
|
||||
category=category
|
||||
tag=tag)
|
||||
}}
|
||||
|
||||
{{create-topic-button
|
||||
|
Loading…
Reference in New Issue
Block a user