From 3fe5f3353f8d163ae973d4454d71c691c143e19d Mon Sep 17 00:00:00 2001 From: David Symonds Date: Mon, 30 Jul 2012 11:37:20 +1000 Subject: [PATCH] misc/dashboard/codereview: fix tag nesting. R=golang-dev, rsc, minux.ma CC=golang-dev https://golang.org/cl/6454062 --- misc/dashboard/codereview/dashboard/front.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/dashboard/codereview/dashboard/front.go b/misc/dashboard/codereview/dashboard/front.go index 052f50d367a..970ed3e1a04 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}}