mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +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)}}
|
{{#if (and (not @fullscreen) @currentUser)}}
|
||||||
<div class="timeline-controls">
|
<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
|
<TopicAdminMenuButton
|
||||||
@topic={{@model}}
|
@topic={{@model}}
|
||||||
@addKeyboardTargetClass={{true}}
|
@addKeyboardTargetClass={{true}}
|
||||||
@ -138,6 +138,6 @@
|
|||||||
<TopicAdminMenuButton @topic={{@model}} @addKeyboardTargetClass={{true}} @openUpwards={{true}} />
|
<TopicAdminMenuButton @topic={{@model}} @addKeyboardTargetClass={{true}} @openUpwards={{true}} />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user