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

Unified Diff: templates/main_mailer.html

Issue 19878007: Add build mailer capability to support gatekeeper_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/chromium-build@master
Patch Set: Rebase to latest master Created 7 years, 4 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
« no previous file with comments | « templates/mail_text.txt ('k') | templates/waterfall_mail.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/main_mailer.html
diff --git a/templates/main_mailer.html b/templates/main_mailer.html
new file mode 100644
index 0000000000000000000000000000000000000000..2761ee9da8682acaba341d71c229d3ea78f70990
--- /dev/null
+++ b/templates/main_mailer.html
@@ -0,0 +1,7 @@
+{% extends "base_mailer.html" %}
+
+{% block content %}
+ <center>
+ <p>This is a mail relay for the Chromium waterfall gatekeeper.</p>
+ </center>
+{% endblock %}
« no previous file with comments | « templates/mail_text.txt ('k') | templates/waterfall_mail.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698