summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2012-02-16 17:14:26 +1100
committerDavid Symonds <dsymonds@golang.org>2012-02-16 17:14:26 +1100
commit974d7f2b7c0346a0817d09b8fd69d5299ec4b7ca (patch)
treeba819eaf024b94664086badffa4a7cd2d6429cbd
parent9db1c948268ea7d9a13de91b19c6ef91a3b7a093 (diff)
downloadgo-974d7f2b7c0346a0817d09b8fd69d5299ec4b7ca.tar.gz
dashboard: tidy up 'top' link.
The previous link worked, but was unnecessary and had a trailing "}". R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5674068
-rw-r--r--misc/dashboard/app/build/ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dashboard/app/build/ui.html b/misc/dashboard/app/build/ui.html
index a1ae772f7..148fd229d 100644
--- a/misc/dashboard/app/build/ui.html
+++ b/misc/dashboard/app/build/ui.html
@@ -31,7 +31,7 @@
}
.build .hash {
font-family: monospace;
- font-size: 9pt;
+ font-size: 9pt;
}
.build .result {
text-align: center;
@@ -128,7 +128,7 @@
<div class="paginate">
<a {{if .HasPrev}}href="?page={{.Prev}}"{{else}}class="inactive"{{end}}>prev</a>
<a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>next</a>
- <a {{if .HasPrev}}href="?page=0}"{{else}}class="inactive"{{end}}>top</a>
+ <a {{if .HasPrev}}href="."{{else}}class="inactive"{{end}}>top</a>
</div>
{{end}}