mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
added crumbs + create link to Phriction Document Index
Summary: Missed the "Create Document" button, thus added crumbs to Phriction Document Index Test Plan: verified it appeared and linked accordingly Reviewers: epriestley, chad, btrahan CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5204
This commit is contained in:
parent
fd016b5864
commit
0a2a5c7175
1 changed files with 6 additions and 0 deletions
|
@ -32,8 +32,14 @@ final class PhrictionListController
|
|||
$header = id(new PhabricatorHeaderView())
|
||||
->setHeader($views[$this->view]);
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->addCrumb(id(new PhabricatorCrumbView())
|
||||
->setName($views[$this->view])
|
||||
->setHref($this->getApplicationURI('list/' . $this->view)));
|
||||
|
||||
$nav->appendChild(
|
||||
array(
|
||||
$crumbs,
|
||||
$header,
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue