diff --git a/src/infrastructure/graph/DifferentialRevisionGraph.php b/src/infrastructure/graph/DifferentialRevisionGraph.php --- a/src/infrastructure/graph/DifferentialRevisionGraph.php +++ b/src/infrastructure/graph/DifferentialRevisionGraph.php @@ -54,6 +54,8 @@ $link = $viewer->renderHandle($phid); } + $link = AphrontTableView::renderSingleDisplayLine($link); + return array( $trace, $status, diff --git a/src/infrastructure/graph/ManiphestTaskGraph.php b/src/infrastructure/graph/ManiphestTaskGraph.php --- a/src/infrastructure/graph/ManiphestTaskGraph.php +++ b/src/infrastructure/graph/ManiphestTaskGraph.php @@ -67,6 +67,8 @@ $link = $viewer->renderHandle($phid); } + $link = AphrontTableView::renderSingleDisplayLine($link); + return array( $trace, $status,