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

Unified Diff: appengine/monorail/templates/tracker/issue-original-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase 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
Index: appengine/monorail/templates/tracker/issue-original-page.ezt
diff --git a/appengine/monorail/templates/tracker/issue-original-page.ezt b/appengine/monorail/templates/tracker/issue-original-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..b071f2d1562ddc64577e7f47b512bfef1239f8d6
--- /dev/null
+++ b/appengine/monorail/templates/tracker/issue-original-page.ezt
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <title>Issue [projectname]:[local_id] comment #[seq]</title>
+ <meta name="ROBOTS" content="NOINDEX">
+ <meta name="referrer" content="no-referrer">
+ <link type="text/css" rel="stylesheet" href="/static/css/ph_core.css?version=[app_version]">
+ </head>
+ <body>
+ <h3>Original email for issue [projectname]:[local_id] comment #[seq]</h3>
+ [if-any is_binary]
+ <i>The message could not be displayed.</i>
+ [else]
+ <pre>[message_body]</pre>
+ [end]
+ </body>
+</html>
« no previous file with comments | « appengine/monorail/templates/tracker/issue-missing-page.ezt ('k') | appengine/monorail/templates/tracker/issue-peek-ajah.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698