From 7bec4772660bccfb0a1e08e91e5efb92a7f97558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 8 Apr 2024 02:49:12 +0200 Subject: [PATCH] Fix Tasks link in a subroot --- acid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acid.go b/acid.go index 2f676d2..007358a 100644 --- a/acid.go +++ b/acid.go @@ -183,7 +183,7 @@ var templateTask = template.Must(template.New("tasks").Parse(` {{end}} -

Tasks » {{.ID}}

+

Tasks » {{.ID}}

Project
{{.FullName}}