R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/
5505056
<h1>Go Dashboard</h1>
<h2>Build Status</h2>
+
+ <p class="notice">The build status dashboard has moved to <a href="http://build.golang.org">build.golang.org</a>.</p>
+
<table class="alternate" cellpadding="0" cellspacing="0">
<tr>
<th></th>
td.time {
font-family: monospace;
}
+.notice {
+ padding: 10px;
+ margin: 10px;
+ border: 2px solid #FF6;
+ background: #900;
+ color: white;
+ text-align: center;
+}
+.notice a {
+ color: #FF6;
+}