mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broken plugin outlet
This commit is contained in:
parent
cbcb9363f4
commit
846cd523b6
@ -58,7 +58,9 @@
|
|||||||
action=toggleArchiveMessage}}
|
action=toggleArchiveMessage}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{plugin-outlet "topic-footer-main-buttons-before-create" tagName="span"}}
|
{{plugin-outlet name="topic-footer-main-buttons-before-create"
|
||||||
|
args=(hash topic=topic)
|
||||||
|
connectorTagName="span"}}
|
||||||
|
|
||||||
{{#if topic.details.can_create_post}}
|
{{#if topic.details.can_create_post}}
|
||||||
{{d-button class="btn-primary create"
|
{{d-button class="btn-primary create"
|
||||||
|
Loading…
Reference in New Issue
Block a user