From: David Symonds Date: Mon, 30 Jul 2012 01:37:20 +0000 (+1000) Subject: misc/dashboard/codereview: fix tag nesting. X-Git-Tag: go1.1rc2~2754 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3fe5f3353f8d163ae973d4454d71c691c143e19d;p=gostls13.git misc/dashboard/codereview: fix tag nesting. R=golang-dev, rsc, minux.ma CC=golang-dev https://golang.org/cl/6454062 --- diff --git a/misc/dashboard/codereview/dashboard/front.go b/misc/dashboard/codereview/dashboard/front.go index 052f50d367..970ed3e1a0 100644 --- a/misc/dashboard/codereview/dashboard/front.go +++ b/misc/dashboard/codereview/dashboard/front.go @@ -244,8 +244,8 @@ var frontPage = template.Must(template.New("front").Funcs(template.FuncMap{ {{end}} {{.Number}}: {{.FirstLineHTML}} - {{if and .LGTMs $tbl.Assignable}}
LGTMs: {{.LGTMHTML}}{{end}} - {{if and .NotLGTMs $tbl.Assignable}}
NOT LGTMs: {{.NotLGTMHTML}}{{end}} + {{if and .LGTMs $tbl.Assignable}}
LGTMs: {{.LGTMHTML}}{{end}} + {{if and .NotLGTMs $tbl.Assignable}}
NOT LGTMs: {{.NotLGTMHTML}}{{end}} {{.ModifiedAgo}} {{if $.IsAdmin}}{{end}}