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

Unified Diff: appengine/findit/templates/list_analyses.html

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 months 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 | « appengine/findit/templates/home.html ('k') | appengine/findit/test/findit_api_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/list_analyses.html
diff --git a/appengine/findit/templates/list_analyses.html b/appengine/findit/templates/list_analyses.html
index 844210bacdf2be6775b01376c66d94bf2d6e60b6..371610242bb6661eb2eb9b7544564e227ab99149 100644
--- a/appengine/findit/templates/list_analyses.html
+++ b/appengine/findit/templates/list_analyses.html
@@ -21,9 +21,9 @@
}
if (params.length == 0) {
- return './list-analyses'
+ return '/waterfall/list-analyses'
} else {
- return './list-analyses?' + params.join('&');
+ return '/waterfall/list-analyses?' + params.join('&');
}
}
@@ -68,7 +68,7 @@
<td>{{loop.index}}</td>
<td>{{analysis.build_start_time}}</td>
<td>{{analysis.master_name}}, {{analysis.builder_name}},
- <a href="./build-failure?url=https://build.chromium.org/p
+ <a href="/waterfall/build-failure?url=https://build.chromium.org/p
/{{analysis.master_name}}/builders/{{analysis.builder_name}}
/builds/{{analysis.build_number}}">
{{analysis.build_number}}
« no previous file with comments | « appengine/findit/templates/home.html ('k') | appengine/findit/test/findit_api_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698