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

Unified Diff: templates/base_mail.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 | « mailer.py ('k') | templates/base_mailer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/base_mail.html
diff --git a/templates/base_mail.html b/templates/base_mail.html
new file mode 100644
index 0000000000000000000000000000000000000000..e5d373f655d74d552b0ff091e15afcb430b3fdbc
--- /dev/null
+++ b/templates/base_mail.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>{{status_title}}</title>
+ </head>
+ <body>
+ <a href="{{waterfall_url}}">{{waterfall_url}}</a><p>
+ {{status}}</p>
+ <a href="{{build_url}}">{{build_url}}</a><p>
+ Revision: {{revisions}}<br>
+ Blame list: {{blame_list}}</p>
+ <table style="border-spacing: 1px 1px; font-weight: bold; padding: 3px 0px 3px 0px; text-align: center;">
+ {% block buildbox %}{% endblock %}</table>
+ <p>
+ {% block changes %}{%endblock %}
+ </p>
+ </body>
+</html>
« no previous file with comments | « mailer.py ('k') | templates/base_mailer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698