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