Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/builder.html

Issue 2494243002: Milo: Fix more builds link in builders page (Closed)
Patch Set: Added notes to builder html handlers Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_with_builds.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/templates/buildbot/pages/builder.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/builder.html b/milo/appengine/frontend/templates/buildbot/pages/builder.html
index 9e15a6e7676581593ea437b876c5374eaeae3899..918375d2f6f7ab426c109a238b8a1aad559ac10f 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/builder.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/builder.html
@@ -114,11 +114,11 @@
{{ end }}
(Show:
-<a href="{{.Builder.Name}}">default</a>
-<a href="{{.Builder.Name}}?limit=25">25</a>
-<a href="{{.Builder.Name}}?limit=50">50</a>
-<a href="{{.Builder.Name}}?limit=100">100</a>
-<a href="{{.Builder.Name}}?limit=200">200</a>
+<a href=".">default</a>
+<a href="?limit=25">25</a>
+<a href="?limit=50">50</a>
+<a href="?limit=100">100</a>
+<a href="?limit=200">200</a>
)
{{end}}
« no previous file with comments | « milo/appengine/frontend/expectations/buildbot-buildbot.TestableBuilder-Basic_Test_with_builds.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698