DEV: add topic timeline plugin outlets
This commit is contained in:
parent
51c20efa9b
commit
9370c91a7a
|
@ -32,6 +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}} />
|
||||||
<TopicAdminMenuButton
|
<TopicAdminMenuButton
|
||||||
@topic={{@model}}
|
@topic={{@model}}
|
||||||
@addKeyboardTargetClass={{true}}
|
@addKeyboardTargetClass={{true}}
|
||||||
|
@ -137,5 +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}}/>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue