FIX: expanding replies not working correctly

This commit is contained in:
Sam 2014-11-18 11:40:36 +11:00
parent 601a13acef
commit 4ff056231d

View File

@ -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}}