From 0cc0e5aa024b0ea011abc07576dbf249ce0ea15d Mon Sep 17 00:00:00 2001 From: x Date: Sat, 24 Jan 2026 23:13:29 +0100 Subject: [PATCH] ai slop at its best xd --- views/item-partial.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/views/item-partial.html b/views/item-partial.html index 61c6f05..ee73aac 100644 --- a/views/item-partial.html +++ b/views/item-partial.html @@ -95,12 +95,10 @@ {{ item.id }} @if(session) - ({{ - user.name }}) + ({{ user.name }}) @endif - + @if(typeof item.tags !== "undefined") @each(item.tags as tag)