From: Andrew Gerrand Date: Mon, 27 Feb 2012 05:18:58 +0000 (+1100) Subject: misc/dashboard: fix bug in UI template X-Git-Tag: weekly.2012-03-04~137 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2d6a6ed9fc45853d8764a57658a768096e20de4d;p=gostls13.git misc/dashboard: fix bug in UI template R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5700078 --- diff --git a/misc/dashboard/app/build/ui.html b/misc/dashboard/app/build/ui.html index 742268f755..5b5f4ebe34 100644 --- a/misc/dashboard/app/build/ui.html +++ b/misc/dashboard/app/build/ui.html @@ -118,7 +118,7 @@ {{end}} {{shortUser .User}} - {{.Time.Time.Format "Mon 02 Jan 15:04"}} + {{.Time.Format "Mon 02 Jan 15:04"}} {{shortDesc .Desc}} {{end}} @@ -197,7 +197,7 @@ {{end}} {{with $pkg.Commit}} {{shortUser .User}} - {{.Time.Time.Format "Mon 02 Jan 15:04"}} + {{.Time.Format "Mon 02 Jan 15:04"}} {{shortDesc .Desc}} {{end}}