mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 11:51:02 +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->appendChild($core);
|
||||||
$nav->setCrumbs(
|
$nav->setCrumbs(
|
||||||
$this->buildApplicationCrumbs()
|
$this->buildApplicationCrumbs()
|
||||||
|
->setBorder(true)
|
||||||
->addTextCrumb(pht('Reports')));
|
->addTextCrumb(pht('Reports')));
|
||||||
|
|
||||||
return $this->buildApplicationPage(
|
return $this->buildApplicationPage(
|
||||||
|
|
Loading…
Reference in a new issue