mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Add a border on diffusion uri page
Summary: This should have a border Test Plan: Reload page Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18549
This commit is contained in:
parent
4ea677ba97
commit
3b2accee7c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ final class DiffusionRepositoryURIViewController
|
|||
);
|
||||
|
||||
$crumbs = $this->buildApplicationCrumbs();
|
||||
$crumbs->setBorder(true);
|
||||
$crumbs->addTextCrumb(
|
||||
$repository->getDisplayName(),
|
||||
$repository->getURI());
|
||||
|
|
Loading…
Reference in a new issue