mirror of https://github.com/golang/go.git
dashboard: rename buttons to satisfy pedantic souls
R=golang-dev, r CC=golang-dev https://golang.org/cl/5686053
This commit is contained in:
parent
152d806b16
commit
92755f38ae
|
|
@ -126,9 +126,9 @@
|
|||
|
||||
{{with $.Pagination}}
|
||||
<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="."{{else}}class="inactive"{{end}}>top</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 .HasPrev}}href="."{{else}}class="inactive"{{end}}>latest</a>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue