We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11478f9 + 444470a commit 585447aCopy full SHA for 585447a
components/torrent/TorrentCreationDateTab.vue
@@ -14,7 +14,7 @@
14
<template v-if="!collapsed">
15
<div class="flex flex-col w-full h-full p-6 grow bg-base-100 rounded-2xl">
16
<template v-if="torrent.creation_date">
17
- {{ formattedDateFromTimestamp }}
+ <Markdown :source="formattedDateFromTimestamp" />
18
</template>
19
<template v-else>
20
<span class="italic text-neutral-content">No creation date provided.</span>
0 commit comments