dashboard: fix pagination on perf page
Currently the 'latest' button on perf page leads to build page. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/159990044
This commit is contained in:
parent
ddb83b4815
commit
165ed12db1
|
|
@ -76,7 +76,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a {{if .HasPrev}}href="?page={{.Prev}}"{{else}}class="inactive"{{end}}>newer</a>
|
<a {{if .HasPrev}}href="?page={{.Prev}}"{{else}}class="inactive"{{end}}>newer</a>
|
||||||
<a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>older</a>
|
<a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>older</a>
|
||||||
<a {{if .HasPrev}}href="."{{else}}class="inactive"{{end}}>latest</a>
|
<a {{if .HasPrev}}href="?"{{else}}class="inactive"{{end}}>latest</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue