1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:40:23 -07:00

misc/dashboard: fix bug in UI template

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5700078
This commit is contained in:
Andrew Gerrand 2012-02-27 16:18:58 +11:00
parent 8421390cb9
commit 2d6a6ed9fc

View File

@ -118,7 +118,7 @@
</td> </td>
{{end}} {{end}}
<td class="user" title="{{.User}}">{{shortUser .User}}</td> <td class="user" title="{{.User}}">{{shortUser .User}}</td>
<td class="time">{{.Time.Time.Format "Mon 02 Jan 15:04"}}</td> <td class="time">{{.Time.Format "Mon 02 Jan 15:04"}}</td>
<td class="desc" title="{{.Desc}}">{{shortDesc .Desc}}</td> <td class="desc" title="{{.Desc}}">{{shortDesc .Desc}}</td>
</tr> </tr>
{{end}} {{end}}
@ -197,7 +197,7 @@
{{end}} {{end}}
{{with $pkg.Commit}} {{with $pkg.Commit}}
<td class="user" title="{{.User}}">{{shortUser .User}}</td> <td class="user" title="{{.User}}">{{shortUser .User}}</td>
<td class="time">{{.Time.Time.Format "Mon 02 Jan 15:04"}}</td> <td class="time">{{.Time.Format "Mon 02 Jan 15:04"}}</td>
<td class="desc" title="{{.Desc}}">{{shortDesc .Desc}}</td> <td class="desc" title="{{.Desc}}">{{shortDesc .Desc}}</td>
{{end}} {{end}}
</tr> </tr>