mirror of https://github.com/golang/go.git
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">
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue