]> Cypherpunks repositories - gostls13.git/commitdiff
dashboard: tidy up 'top' link.
authorDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 06:14:26 +0000 (17:14 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 06:14:26 +0000 (17:14 +1100)
The previous link worked, but was unnecessary and had a trailing "}".

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5674068

misc/dashboard/app/build/ui.html

index a1ae772f7adfc7987cfa44ed90881160695c9ac5..148fd229d5a15b285e16aaa721f1434e8588c7bf 100644 (file)
@@ -31,7 +31,7 @@
       }
       .build .hash {
         font-family: monospace;
-       font-size: 9pt;
+        font-size: 9pt;
       }
       .build .result {
         text-align: center;
     <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}}