mirror of
https://github.com/golang/go
synced 2024-11-25 02:27:56 -07:00
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
@ -31,7 +31,7 @@
|
||||
}
|
||||
.build .hash {
|
||||
font-family: monospace;
|
||||
font-size: 9pt;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.build .result {
|
||||
text-align: center;
|
||||
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user