diff --git a/frontend-reactive/app/components/note.hbs b/frontend-reactive/app/components/note.hbs index 3382ced..86f78ac 100644 --- a/frontend-reactive/app/components/note.hbs +++ b/frontend-reactive/app/components/note.hbs @@ -1,5 +1,5 @@
Edited: {{moment-format @note.editedAt}}
Edited: {{moment-format @note.editedAt "MMM DD, YYYY H:mm"}}
Posted: {{moment-format @note.createdAt ""}}
Posted: {{moment-format @note.createdAt "MMM DD, YYYY H:mm"}}
{{this.args.boostCount}}
{{this.args.totalLikeCount}}