mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
DEV: drop tagName and connectorTagName on timeline controls plugin outlets
This commit is contained in:
parent
9370c91a7a
commit
947711ae15
@ -32,7 +32,7 @@
|
||||
|
||||
{{#if (and (not @fullscreen) @currentUser)}}
|
||||
<div class="timeline-controls">
|
||||
<PluginOutlet @name="timeline-controls-before" @tagName="span" @connectorTagName="span" @args={{hash model=@model}} />
|
||||
<PluginOutlet @name="timeline-controls-before" @args={{hash model=@model}} />
|
||||
<TopicAdminMenuButton
|
||||
@topic={{@model}}
|
||||
@addKeyboardTargetClass={{true}}
|
||||
@ -138,6 +138,6 @@
|
||||
<TopicAdminMenuButton @topic={{@model}} @addKeyboardTargetClass={{true}} @openUpwards={{true}} />
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<PluginOutlet @name="timeline-footer-controls-after" @tagName="span" @connectorTagName="span" @args={{hash model=@model}}/>
|
||||
<PluginOutlet @name="timeline-footer-controls-after" @args={{hash model=@model}}/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user