mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: include expandPinned in topic-list-main-link-bottom outlet (#31334)
Requested on Meta, seems reasonable: https://meta.discourse.org/t/modify-topicexcerpt-template/352136
This commit is contained in:
parent
a0f681b256
commit
e5eeb642b9
@ -335,7 +335,10 @@ export default class Item extends Component {
|
|||||||
{{~/if~}}
|
{{~/if~}}
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="topic-list-main-link-bottom"
|
@name="topic-list-main-link-bottom"
|
||||||
@outletArgs={{hash topic=@topic}}
|
@outletArgs={{hash
|
||||||
|
topic=@topic
|
||||||
|
expandPinned=this.expandPinned
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{~! no whitespace ~}}
|
{{~! no whitespace ~}}
|
||||||
|
@ -136,7 +136,7 @@ export default class TopicCell extends Component {
|
|||||||
|
|
||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="topic-list-main-link-bottom"
|
@name="topic-list-main-link-bottom"
|
||||||
@outletArgs={{hash topic=@topic}}
|
@outletArgs={{hash topic=@topic expandPinned=@expandPinned}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user