forked from AkkomaGang/akkoma-fe
parent
2da92fcd13
commit
b980d5b2ef
1 changed files with 6 additions and 12 deletions
|
@ -338,18 +338,12 @@
|
||||||
tag="span"
|
tag="span"
|
||||||
>
|
>
|
||||||
<template #time>
|
<template #time>
|
||||||
<i18n-t
|
<Timeago
|
||||||
keypath="time.in_past"
|
:time="status.edited_at"
|
||||||
tag="span"
|
:auto-update="60"
|
||||||
>
|
:long-format="true"
|
||||||
<template>
|
:with-direction="true"
|
||||||
<Timeago
|
/>
|
||||||
:time="status.edited_at"
|
|
||||||
:auto-update="60"
|
|
||||||
:long-format="true"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</i18n-t>
|
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue