framework/ember/app/templates/components/discussion/stream-content.hbs

8 lines
260 B
Handlebars
Raw Normal View History

{{#each item in stream}}
{{#discussion/stream-item item=item stream=stream loadRange="loadRange"}}
{{#if item.content}}
{{component item.component content=item.content postRemoved="postRemoved"}}
{{/if}}
{{/discussion/stream-item}}
{{/each}}