dashboard: tidy up 'top' link.

The previous link worked, but was unnecessary and had a trailing "}".

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5674068
This commit is contained in:
David Symonds 2012-02-16 17:14:26 +11:00
parent edf1c038e3
commit e8edf84d81

View File

@ -128,7 +128,7 @@
<div class="paginate">
<a {{if .HasPrev}}href="?page={{.Prev}}"{{else}}class="inactive"{{end}}>prev</a>
<a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>next</a>
<a {{if .HasPrev}}href="?page=0}"{{else}}class="inactive"{{end}}>top</a>
<a {{if .HasPrev}}href="."{{else}}class="inactive"{{end}}>top</a>
</div>
{{end}}