mirror of
https://github.com/golang/go
synced 2024-11-21 16:04:45 -07:00
godashboard: change behaviour of top button
R=gri CC=golang-dev https://golang.org/cl/1253046
This commit is contained in:
parent
c7e03a32b3
commit
b524fdc2e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user