| Index: third_party/buildbot_8_4p1/buildbot/status/web/changes.py
|
| ===================================================================
|
| --- third_party/buildbot_8_4p1/buildbot/status/web/changes.py (revision 169692)
|
| +++ third_party/buildbot_8_4p1/buildbot/status/web/changes.py (working copy)
|
| @@ -64,7 +64,8 @@
|
| text = template.module.box_contents(url=url,
|
| who=self.original.getShortAuthor(),
|
| pageTitle=self.original.comments,
|
| - revision=self.original.revision)
|
| + revision=self.original.revision,
|
| + project=self.original.project)
|
| return Box([text], class_="Change")
|
| components.registerAdapter(ChangeBox, Change, IBox)
|
|
|
|
|