From f62a4366e910b8e34ff0eb755ca98d2c321fa86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 2 Apr 2026 22:40:19 -0400 Subject: [PATCH] fix: replace `URLJoin` with `print` --- templates/user/dashboard/navbar.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index 53ae80ffbc..2df60b5fea 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -84,7 +84,7 @@ {{if .Team}} {{$suffix = PathEscape .Team.Name}} {{else if .Group}} - {{$suffix = URLJoin "group" (StringUtils.ToString .Group.ID)}} + {{$suffix = print "group/" (StringUtils.ToString .Group.ID)}} {{end}}