summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-05-25 14:22:12 -0700
committerAndrew Gerrand <adg@golang.org>2010-05-25 14:22:12 -0700
commitdf163ccd3cefb0222976dc86dd35cdb060121f9d (patch)
tree65eff50932ecad5b3e48e532755d91a9df6777c3 /misc
parent940f062dd58fd3ca657e41d05ecc4763f916d06f (diff)
downloadgolang-df163ccd3cefb0222976dc86dd35cdb060121f9d.tar.gz
godashboard: change behaviour of top button
R=gri CC=golang-dev http://codereview.appspot.com/1253046
Diffstat (limited to 'misc')
-rw-r--r--misc/dashboard/godashboard/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dashboard/godashboard/main.html b/misc/dashboard/godashboard/main.html
index 6de8e9315..dba7951b8 100644
--- a/misc/dashboard/godashboard/main.html
+++ b/misc/dashboard/godashboard/main.html
@@ -56,7 +56,7 @@
<div class="paginate">
<a{% if prev %} href="?n={{num}}&p={{prev}}"{% else %} class="inactive"{% endif %}>prev</a>
<a{% if next %} href="?n={{num}}&p={{next}}"{% else %} class="inactive"{% endif %}>next</a>
- <a href="#top">top</a>
+ <a{% if prev %} href="?n={{num}}&p=1"{% else %} class="inactive"{% endif %}>top</a>
</div>
</body>
</html>