use with-direction in edited timeago
ci/woodpecker/push/woodpecker Pipeline was successful Details

Fixes #159
This commit is contained in:
FloatingGhost 2022-09-07 12:55:03 +01:00
parent 2da92fcd13
commit b980d5b2ef
1 changed files with 6 additions and 12 deletions

View File

@ -338,18 +338,12 @@
tag="span"
>
<template #time>
<i18n-t
keypath="time.in_past"
tag="span"
>
<template>
<Timeago
:time="status.edited_at"
:auto-update="60"
:long-format="true"
/>
</template>
</i18n-t>
<Timeago
:time="status.edited_at"
:auto-update="60"
:long-format="true"
:with-direction="true"
/>
</template>
</i18n-t>
</div>