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

Side by Side 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, 3 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 unified diff | Download patch
« no previous file with comments | « mailer.py ('k') | templates/base_mailer.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>{{status_title}}</title>
5 </head>
6 <body>
7 <a href="{{waterfall_url}}">{{waterfall_url}}</a><p>
8 {{status}}</p>
9 <a href="{{build_url}}">{{build_url}}</a><p>
10 Revision: {{revisions}}<br>
11 Blame list: {{blame_list}}</p>
12 <table style="border-spacing: 1px 1px; font-weight: bold; padding: 3px 0px 3 px 0px; text-align: center;">
13 {% block buildbox %}{% endblock %}</table>
14 <p>
15 {% block changes %}{%endblock %}
16 </p>
17 </body>
18 </html>
OLDNEW
« 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