X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/852ee620f0a2f6a83cf83eba860ca951b66bb7e2..refs/heads/main:/src/lib/components/topic/topic.svelte
diff --git a/src/lib/components/topic/topic.svelte b/src/lib/components/topic/topic.svelte
index 0715857..7fb4101 100644
--- a/src/lib/components/topic/topic.svelte
+++ b/src/lib/components/topic/topic.svelte
@@ -17,14 +17,21 @@
{#if topic.forum}
{$_('topic.category_location')}
-
+
{topic.forum.glyph}
{$_(topic.forum.label)}
.
{/if}
-
+
({$_('topic.remaining_time', {
values: { remaining: $_(remaining.label, { values: { count: remaining.count } }) }
})})
@@ -37,13 +44,13 @@
{#each topic.tags as tag}
{tag.tag}({tag.count}){' '}
+ >{' '}
{/each}
{/if}
{#if topic.posts}
- {#each topic.posts as post, index}
-
- {/each}
+ {#each topic.posts as post, index}
+
+ {/each}
{/if}