Fix Tasks link in a subroot
This commit is contained in:
parent
fd6959fff8
commit
7bec477266
2
acid.go
2
acid.go
|
@ -183,7 +183,7 @@ var templateTask = template.Must(template.New("tasks").Parse(`
|
||||||
{{end}}
|
{{end}}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><a href="/">Tasks</a> » {{.ID}}</h1>
|
<h1><a href="..">Tasks</a> » {{.ID}}</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Project</dt>
|
<dt>Project</dt>
|
||||||
<dd><a href="{{.RepoURL}}">{{.FullName}}</a></dd>
|
<dd><a href="{{.RepoURL}}">{{.FullName}}</a></dd>
|
||||||
|
|
Loading…
Reference in New Issue