mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Don't use a tag for a couple of topic outlets
This commit is contained in:
parent
823896d698
commit
86df5846c8
@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
{{plugin-outlet name="topic-footer-main-buttons-before-create"
|
{{plugin-outlet name="topic-footer-main-buttons-before-create"
|
||||||
args=(hash topic=topic)
|
args=(hash topic=topic)
|
||||||
|
tagName=""
|
||||||
connectorTagName="span"}}
|
connectorTagName="span"}}
|
||||||
|
|
||||||
{{#if topic.details.can_create_post}}
|
{{#if topic.details.can_create_post}}
|
||||||
@ -81,4 +82,5 @@
|
|||||||
|
|
||||||
{{plugin-outlet name="after-topic-footer-buttons"
|
{{plugin-outlet name="after-topic-footer-buttons"
|
||||||
args=(hash topic=topic)
|
args=(hash topic=topic)
|
||||||
|
tagName=""
|
||||||
connectorTagName="span"}}
|
connectorTagName="span"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user