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

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

Issue 7276032: Make ChromiumStatus work with 0.8.4. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/build
Patch Set: fix copyright, comment Created 9 years, 6 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 | « 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
diff --git a/third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html b/third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html
index b9b7780f815867c0a0b1fafc265d45218019c4de..9a37b47be0e2adb2b93b0e2a8bd35583826eb362 100644
--- a/third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html
+++ b/third_party/buildbot_8_4p1/buildbot/status/web/templates/change_macros.html
@@ -67,6 +67,6 @@
{% endif %}
{%- endmacro %}
-{% macro box_contents(who, url, pageTitle) -%}
-<a href="{{ url }}" title="{{ pageTitle|e }}">{{ who|user }}</a>
+{% macro box_contents(who, url, pageTitle, revision) -%}
nsylvain 2011/06/28 16:50:13 Have you considered making this change in public_h
cmp 2011/06/28 16:54:18 I didn't consider it, but that's mostly because th
+<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