mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 05:52:46 +08:00
FIX: expanding replies not working correctly
This commit is contained in:
parent
601a13acef
commit
4ff056231d
|
@ -87,8 +87,8 @@
|
|||
|
||||
{{#if replies}}
|
||||
<section class='embedded-posts bottom'>
|
||||
{{#each replies}}
|
||||
{{view 'embedded-post' content=this}}
|
||||
{{#each reply in replies}}
|
||||
{{view 'embedded-post' content=reply}}
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user