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

Side by Side Diff: templates/base_mail.html

Issue 118443009: Fix link templates for mailer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>{{status_title}}</title> 4 <title>{{status_title}}</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <a href="{{waterfall_url}}">{{waterfall_url}}</a><p> 7 <a href="{{waterfall_url}}/waterfall">{{waterfall_url}}/waterfall</a><p>
8 {{status}}</p> 8 {{status}}</p>
9 <a href="{{build_url}}">{{build_url}}</a><p> 9 <a href="{{build_url}}">{{build_url}}</a><p>
10 Revision: {{revisions}}<br> 10 Revision: {{revisions}}<br>
11 Blame list: {{blame_list}}</p> 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;"> 12 <table style="border-spacing: 1px 1px; font-weight: bold; padding: 3px 0px 3 px 0px; text-align: center;">
13 {% block buildbox %}{% endblock %}</table> 13 {% block buildbox %}{% endblock %}</table>
14 <p> 14 <p>
15 {% block changes %}{%endblock %} 15 {% block changes %}{%endblock %}
16 </p> 16 </p>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « gatekeeper_mailer.py ('k') | templates/mail_text.txt » ('j') | tests/test_mailer/input.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698