]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/codereview: show first line of last message in thread
authorRuss Cox <rsc@golang.org>
Sun, 5 Aug 2012 18:35:35 +0000 (14:35 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 5 Aug 2012 18:35:35 +0000 (14:35 -0400)
commitab058b35402aded8579e3e9653c0d78c5c4e9e5e
tree4c25b2956927bbdf71349328e72491c13f392654
parentea392b8849e886e2548246666026db5dfca929f7
misc/dashboard/codereview: show first line of last message in thread

This line helps me to tell whether the CL is waiting for me or I'm waiting for the author.

Also:
 - vertical-align table cells so buttons are always aligned with CL headers.
 - add email= to show front page for someone else.

 Demo at http://rsc.gocodereview.appspot.com/.
 Until this is deployed for real, some recently changed CLs may be
 missing the 'first line of last message' part.

R=dsymonds
CC=golang-dev
https://golang.org/cl/6446065
misc/dashboard/codereview/dashboard/cl.go
misc/dashboard/codereview/dashboard/front.go