1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:10:23 -07:00

dashboard: deprecation notice for the old dashboard

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5505056
This commit is contained in:
Andrew Gerrand 2011-12-22 09:38:35 +11:00
parent 914ab8a23f
commit ddc85f419f
2 changed files with 14 additions and 0 deletions

View File

@ -18,6 +18,9 @@
<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>

View File

@ -116,3 +116,14 @@ div.paginate a.inactive {
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;
}