mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: pass renderTimeline to topic-navigation outlet (#25132)
This commit is contained in:
parent
93ca13e534
commit
e0a7d8f332
@ -227,7 +227,10 @@
|
|||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="topic-navigation"
|
@name="topic-navigation"
|
||||||
@connectorTagName="div"
|
@connectorTagName="div"
|
||||||
@outletArgs={{hash topic=this.model}}
|
@outletArgs={{hash
|
||||||
|
topic=this.model
|
||||||
|
renderTimeline=info.renderTimeline
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{{#if info.renderTimeline}}
|
{{#if info.renderTimeline}}
|
||||||
|
Loading…
Reference in New Issue
Block a user