summaryrefslogtreecommitdiff
path: root/misc/dashboard
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-02-27 16:18:58 +1100
committerAndrew Gerrand <adg@golang.org>2012-02-27 16:18:58 +1100
commit15866090c47a5d39f0738d3d69b3dcd2e4cd4f18 (patch)
treef665adc84b5b4e3ac378cdc1c016ff25ab119228 /misc/dashboard
parent5b415d48eedd23166ac38e4bc74720337a537004 (diff)
downloadgo-15866090c47a5d39f0738d3d69b3dcd2e4cd4f18.tar.gz
misc/dashboard: fix bug in UI template
R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5700078
Diffstat (limited to 'misc/dashboard')
-rw-r--r--misc/dashboard/app/build/ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dashboard/app/build/ui.html b/misc/dashboard/app/build/ui.html
index 742268f75..5b5f4ebe3 100644
--- a/misc/dashboard/app/build/ui.html
+++ b/misc/dashboard/app/build/ui.html
@@ -118,7 +118,7 @@
</td>
{{end}}
<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>
</tr>
{{end}}
@@ -197,7 +197,7 @@
{{end}}
{{with $pkg.Commit}}
<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>
{{end}}
</tr>