| 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 %}
|
|
|