Commit 02c13145 authored by Quentin Smith's avatar Quentin Smith

analysis/appengine/template: fix query string

Change-Id: I08e93f469558ca3db356cb03eba345bfe29e36f8
Reviewed-on: https://go-review.googlesource.com/36252Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent ede8a5f5
......@@ -48,7 +48,7 @@ input[type="text"] {
{{range .}}
<tr>
<td>{{.Count}}</td>
<td><a href="/search?q={{.UploadID}}">{{index .LabelValues "upload-time"}}</a></td>
<td><a href="/search?q=upload:{{.UploadID}}">{{index .LabelValues "upload-time"}}</a></td>
<td>{{.LabelValues.by}}</td>
</tr>
{{end}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment