From 2d6a6ed9fc45853d8764a57658a768096e20de4d Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 27 Feb 2012 16:18:58 +1100 Subject: [PATCH] misc/dashboard: fix bug in UI template R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5700078 --- misc/dashboard/app/build/ui.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}} -- 2.48.1