Commit b524fdc2 authored by Andrew Gerrand's avatar Andrew Gerrand

godashboard: change behaviour of top button

R=gri
CC=golang-dev
https://golang.org/cl/1253046
parent c7e03a32
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<div class="paginate"> <div class="paginate">
<a{% if prev %} href="?n={{num}}&p={{prev}}"{% else %} class="inactive"{% endif %}>prev</a> <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{% 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> </div>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment