aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-04-08 02:49:12 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-04-08 02:49:12 +0200
commit7bec4772660bccfb0a1e08e91e5efb92a7f97558 (patch)
tree58ac6439c9a51c8031d8287fbcb6fb570b44df09
parentfd6959fff82a87e92d9e73cb07e210cebb675050 (diff)
downloadacid-7bec4772660bccfb0a1e08e91e5efb92a7f97558.tar.gz
acid-7bec4772660bccfb0a1e08e91e5efb92a7f97558.tar.xz
acid-7bec4772660bccfb0a1e08e91e5efb92a7f97558.zip
Fix Tasks link in a subroot
-rw-r--r--acid.go2
1 files changed, 1 insertions, 1 deletions
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}}
</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>