Add published time for announcements

This commit is contained in:
Tusooa Zhu 2022-07-14 18:42:28 -04:00 committed by tusooa
commit 68ef7e4e65
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,9 @@
v-if="!editing"
class="times"
>
<span v-if="publishedAt">
{{ $t('announcements.published_time_display', { time: publishedAt }) }}
</span>
<span v-if="startsAt">
{{ $t('announcements.start_time_display', { time: startsAt }) }}
</span>