Fix Tasks link in a subroot

This commit is contained in:
Přemysl Eric Janouch 2024-04-08 02:49:12 +02:00
parent fd6959fff8
commit 7bec477266
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ var templateTask = template.Must(template.New("tasks").Parse(`
{{end}}
</head>
<body>
<h1><a href="/">Tasks</a> &raquo; {{.ID}}</h1>
<h1><a href="..">Tasks</a> &raquo; {{.ID}}</h1>
<dl>
<dt>Project</dt>
<dd><a href="{{.RepoURL}}">{{.FullName}}</a></dd>