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

Side by Side Diff: appengine/findit/templates/home.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 unified diff | Download patch
« no previous file with comments | « appengine/findit/templates/config.html ('k') | appengine/findit/templates/list_analyses.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <title>Findit</title> 3 <title>Findit</title>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 </head> 5 </head>
6 <body> 6 <body>
7 <h3>Build failure in Chromium waterfall</h3> 7 <h3>Compile or test failures in Chromium waterfall</h3>
8 <form method="get" action="./build-failure"> 8 <form method="get" action="/waterfall/build-failure">
9 URL to the failed build: <br> 9 URL to the failed build cycle: (eg.: https://build.chromium.org/p/chromium.l inux/builders/Linux%20Builder/builds/63971)
10 (eg.: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20Chrom iumOS%20GN/builds/6146 or http://build.chromium.org/p/chromium.mac/builders/Mac% 20GN%20%28dbg%29/builds/2598/steps/compile/logs/stdio) 10 <br>
11 <input type="text" name="url" id="url" size="200"><br> 11 <input type="text" name="url" id="url" size="200"><br>
12 <input type="submit" value="Find it"> 12 <input type="submit" value="Find it">
13 </form> 13 </form>
14 </body> 14 </body>
OLDNEW
« no previous file with comments | « appengine/findit/templates/config.html ('k') | appengine/findit/templates/list_analyses.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698