mirror of https://github.com/golang/go.git
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:
parent
edf1c038e3
commit
e8edf84d81
|
|
@ -128,7 +128,7 @@
|
||||||
<div class="paginate">
|
<div class="paginate">
|
||||||
<a {{if .HasPrev}}href="?page={{.Prev}}"{{else}}class="inactive"{{end}}>prev</a>
|
<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 .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>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue