]> Cypherpunks repositories - gostls13.git/commitdiff
dashboard: rename buttons to satisfy pedantic souls
authorAndrew Gerrand <adg@golang.org>
Tue, 21 Feb 2012 06:13:14 +0000 (17:13 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 21 Feb 2012 06:13:14 +0000 (17:13 +1100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5686053

misc/dashboard/app/build/ui.html

index 148fd229d5a15b285e16aaa721f1434e8588c7bf..742268f755ba85313720e0607ff5b95d9bcdf85a 100644 (file)
 
     {{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}}