diff options
-rw-r--r-- | acid.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ var templateTask = template.Must(template.New("tasks").Parse(` {{end}} </head> <body> -<h1><a href="/">Tasks</a> » {{.ID}}</h1> +<h1><a href="..">Tasks</a> » {{.ID}}</h1> <dl> <dt>Project</dt> <dd><a href="{{.RepoURL}}">{{.FullName}}</a></dd> |