]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard: fix bug in UI template
authorAndrew Gerrand <adg@golang.org>
Mon, 27 Feb 2012 05:18:58 +0000 (16:18 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 27 Feb 2012 05:18:58 +0000 (16:18 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5700078

misc/dashboard/app/build/ui.html

index 742268f755ba85313720e0607ff5b95d9bcdf85a..5b5f4ebe343b7f232165e2d77d5fd0524b3d92fc 100644 (file)
           </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}}
         {{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>