]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/codereview: fix tag nesting.
authorDavid Symonds <dsymonds@golang.org>
Mon, 30 Jul 2012 01:37:20 +0000 (11:37 +1000)
committerDavid Symonds <dsymonds@golang.org>
Mon, 30 Jul 2012 01:37:20 +0000 (11:37 +1000)
R=golang-dev, rsc, minux.ma
CC=golang-dev
https://golang.org/cl/6454062

misc/dashboard/codereview/dashboard/front.go

index 052f50d367a3e2a94d10495a8391d7a034f6f9f8..970ed3e1a04e1d780519583f607263726339293b 100644 (file)
@@ -244,8 +244,8 @@ var frontPage = template.Must(template.New("front").Funcs(template.FuncMap{
     {{end}}
     <td>
       <a href="http://codereview.appspot.com/{{.Number}}/" title="{{ printf "%s" .Description}}">{{.Number}}: {{.FirstLineHTML}}</a>
-      {{if and .LGTMs $tbl.Assignable}}<br /><span style="font-size: smaller;">LGTMs: {{.LGTMHTML}}{{end}}</span>
-      {{if and .NotLGTMs $tbl.Assignable}}<br /><span style="font-size: smaller; color: #f74545;">NOT LGTMs: {{.NotLGTMHTML}}{{end}}</span>
+      {{if and .LGTMs $tbl.Assignable}}<br /><span style="font-size: smaller;">LGTMs: {{.LGTMHTML}}</span>{{end}}
+      {{if and .NotLGTMs $tbl.Assignable}}<br /><span style="font-size: smaller; color: #f74545;">NOT LGTMs: {{.NotLGTMHTML}}</span>{{end}}
     </td>
     <td title="Last modified">{{.ModifiedAgo}}</td>
     {{if $.IsAdmin}}<td><a href="/update-cl?cl={{.Number}}" title="Update this CL">&#x27f3;</a></td>{{end}}