Commit 92755f38 authored by Andrew Gerrand's avatar Andrew Gerrand

dashboard: rename buttons to satisfy pedantic souls

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5686053
parent 152d806b
...@@ -126,9 +126,9 @@ ...@@ -126,9 +126,9 @@
{{with $.Pagination}} {{with $.Pagination}}
<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}}>newer</a>
<a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>next</a> <a {{if .Next}}href="?page={{.Next}}"{{else}}class="inactive"{{end}}>older</a>
<a {{if .HasPrev}}href="."{{else}}class="inactive"{{end}}>top</a> <a {{if .HasPrev}}href="."{{else}}class="inactive"{{end}}>latest</a>
</div> </div>
{{end}} {{end}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment