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:
parent
914ab8a23f
commit
ddc85f419f
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user