linstrom/frontend-reactive/app/components/timeline.hbs

5 lines
No EOL
112 B
Handlebars

<div class="timeline">
{{#each @notes as |note|}}
<Note @isInTimeline="true" @note={{note}}/>
{{/each}}
</div>