DEV: add topic timeline plugin outlets
This commit is contained in:
parent
51c20efa9b
commit
9370c91a7a
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue