Add crumb border to maniphest reposrts
Summary: Adds a border Test Plan: See border in Reports Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11774
This commit is contained in:
@@ -52,6 +52,7 @@ final class ManiphestReportController extends ManiphestController {
|
||||
$nav->appendChild($core);
|
||||
$nav->setCrumbs(
|
||||
$this->buildApplicationCrumbs()
|
||||
->setBorder(true)
|
||||
->addTextCrumb(pht('Reports')));
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
|
||||
Reference in New Issue
Block a user