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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: templates/base_mail.html
diff --git a/templates/base_mail.html b/templates/base_mail.html
index e5d373f655d74d552b0ff091e15afcb430b3fdbc..0627e6b6ca25ff833da46afe1d2435ff5336ed81 100644
--- a/templates/base_mail.html
+++ b/templates/base_mail.html
@@ -4,7 +4,7 @@
<title>{{status_title}}</title>
</head>
<body>
- <a href="{{waterfall_url}}">{{waterfall_url}}</a><p>
+ <a href="{{waterfall_url}}/waterfall">{{waterfall_url}}/waterfall</a><p>
{{status}}</p>
<a href="{{build_url}}">{{build_url}}</a><p>
Revision: {{revisions}}<br>
« 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