mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 01:10:58 +01:00
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:
parent
80e399def9
commit
f74d686215
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ final class ManiphestReportController extends ManiphestController {
|
|||
$nav->appendChild($core);
|
||||
$nav->setCrumbs(
|
||||
$this->buildApplicationCrumbs()
|
||||
->setBorder(true)
|
||||
->addTextCrumb(pht('Reports')));
|
||||
|
||||
return $this->buildApplicationPage(
|
||||
|
|
Loading…
Reference in a new issue