From 0db8ed4867f18d2b3f840d9005577f49106dcad4 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 18 Apr 2026 15:07:54 +0200 Subject: [PATCH] added header for tags in wiki pages Signed-off-by: Stephan Richter --- frontend/src/routes/wiki/View.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/wiki/View.svelte b/frontend/src/routes/wiki/View.svelte index c06b385b..fb65d20a 100644 --- a/frontend/src/routes/wiki/View.svelte +++ b/frontend/src/routes/wiki/View.svelte @@ -198,7 +198,10 @@ {/if} {/if} patch({content:s})} store_id="wiki/{page.id}/description" /> - +id)} /> +
+

{t('tags')}

+ +id)} /> +

{t('notes')}