1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:54:43 -07:00

godashboard: change behaviour of top button

R=gri
CC=golang-dev
https://golang.org/cl/1253046
This commit is contained in:
Andrew Gerrand 2010-05-25 14:22:12 -07:00
parent c7e03a32b3
commit b524fdc2e2

View File

@ -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>