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

Unified Diff: third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html

Issue 11425002: Optionally add project through buildbot onto the waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Invert the git diffs Created 8 years, 1 month 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 | « third_party/buildbot_8_4p1/buildbot/status/web/changes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html
===================================================================
--- third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html (revision 169692)
+++ third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html (working copy)
@@ -67,6 +67,6 @@
{% endif %}
{%- endmacro %}
-{% macro box_contents(who, url, pageTitle, revision) -%}
+{% macro box_contents(who, url, pageTitle, revision, project) -%}
<a href="{{ url }}" title="{{ pageTitle|e }}">{{ who|user }}</a><br>r{{ revision }}
{%- endmacro %}
« no previous file with comments | « third_party/buildbot_8_4p1/buildbot/status/web/changes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698