DEV: Replace `moment-from-now` with `format-date`
This commit is contained in:
parent
163cf8b525
commit
670a57fd0c
|
|
@ -35,7 +35,7 @@
|
|||
<li>
|
||||
Last Updated:
|
||||
{{#if repo.latest.date}}
|
||||
{{moment-from-now repo.latest.date interval=1000}}
|
||||
{{format-date repo.latest.date}}
|
||||
{{else}}
|
||||
—
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue