Skip to content

Commit 28e72a1

Browse files
committed
dashboard: Use date-format-distance-to-now instead of moment-from-now
1 parent e67bd89 commit 28e72a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/dashboard.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<span local-class="feed-version">{{ version.num }}</span>
5555
</LinkTo>
5656
<span local-class="feed-date">
57-
{{moment-from-now version.created_at}}
57+
{{date-format-distance-to-now version.created_at addSuffix=true}}
5858
</span>
5959
</div>
6060
{{/each}}

0 commit comments

Comments
 (0)