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

Side by Side Diff: tools/bug_chomper/templates/submitted.html

Issue 731123003: Remove bug_chomper (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « tools/bug_chomper/templates/error.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>{{.Title}}</title>
4 <link rel="stylesheet" type="text/css" href="res/style.css" />
5 <link rel="icon" type="image/ico" href="res/favicon.ico" />
6 </head>
7 <body>
8 <h1>{{.Title}}</h1>
9 {{.Message}}
10 <br/>
11 <a href="{{.BackLink}}">Go back</a>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « tools/bug_chomper/templates/error.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698