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

3 lines
167 B
Handlebars
Raw Normal View History

2024-09-20 14:35:59 +00:00
{{#each this.model.notes as |note|}}
<Note @isInTimeline="true" @content="{{note.content}}" @username="{{note.username}}" @serverdomain="{{note.server}}"/>
{{/each}}