Chromium Code Reviews| 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 %} |