linstrom/frontend-reactive/app/components/timeline.hbs
2024-09-20 16:35:59 +02:00

3 lines
No EOL
167 B
Handlebars

{{#each this.model.notes as |note|}}
<Note @isInTimeline="true" @content="{{note.content}}" @username="{{note.username}}" @serverdomain="{{note.server}}"/>
{{/each}}