sync
This commit is contained in:
parent
c75acc48a2
commit
5dbf3d9af2
10 changed files with 114 additions and 66 deletions
|
@ -1,5 +1,3 @@
|
|||
{{#each this.notes as |note|}}
|
||||
<Note />
|
||||
{{/each}}
|
||||
|
||||
<InfinityLoader />
|
||||
{{#each this.model.notes as |note|}}
|
||||
<Note @isInTimeline="true" @content="{{note.content}}" @username="{{note.username}}" @serverdomain="{{note.server}}"/>
|
||||
{{/each}}
|
Loading…
Add table
Add a link
Reference in a new issue