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

Unified Diff: tools/bug_chomper/templates/submitted.html

Issue 274693002: BugChomper utility - rewrite in Go (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use securecookie, add --public flag Created 6 years, 7 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
Index: tools/bug_chomper/templates/submitted.html
diff --git a/tools/bug_chomper/templates/submitted.html b/tools/bug_chomper/templates/submitted.html
new file mode 100644
index 0000000000000000000000000000000000000000..aa10b8bbc72c75f4325fbd8288bea592d19a1373
--- /dev/null
+++ b/tools/bug_chomper/templates/submitted.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>{{ .Title }}</title>
+<link rel="stylesheet" type="text/css" href="res/style.css" />
+<link rel="icon" type="image/ico" href="res/favicon.ico" />
+</head>
+<body>
+<h1>{{ .Title }}</h1>
+{{ .Message }}
+<br/>
+<a href="{{ .BackLink }}">Go back</a>
+</body>
+</html>
« tools/bug_chomper/templates/bug_chomper.html ('K') | « tools/bug_chomper/templates/bug_chomper.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698