linstrom/frontend-reactive/app/components/timeline.hbs
mStar c7af216ce3 frontend
Start work on formatter for content
2024-10-23 17:02:19 +02:00

6 lines
No EOL
148 B
Handlebars

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