DEV: add topic timeline plugin outlets

This commit is contained in:
Jeff Wong 2022-12-15 22:55:26 -08:00
parent 51c20efa9b
commit 9370c91a7a
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
{{#if (and (not @fullscreen) @currentUser)}}
<div class="timeline-controls">
<PluginOutlet @name="timeline-controls-before" @tagName="span" @connectorTagName="span" @args={{hash model=@model}} />
<TopicAdminMenuButton
@topic={{@model}}
@addKeyboardTargetClass={{true}}
@ -137,5 +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}}/>
</div>
{{/if}}