Don't use a tag for a couple of topic outlets

This commit is contained in:
Robin Ward 2017-11-28 14:42:24 -05:00
parent 823896d698
commit 86df5846c8

View File

@ -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"}}