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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/bug_chomper/templates/error.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bug_chomper/templates/submitted.html
diff --git a/tools/bug_chomper/templates/submitted.html b/tools/bug_chomper/templates/submitted.html
deleted file mode 100644
index 2b09c238a816ec02d29446691ea6743cfa9abf00..0000000000000000000000000000000000000000
--- a/tools/bug_chomper/templates/submitted.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
« 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