mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add external arrow to Search Owners
Test Plan: Displayed it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3930
This commit is contained in:
parent
2137b49d16
commit
d91305e518
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ abstract class DiffusionController extends PhabricatorController {
|
|||
'?repository='.phutil_escape_uri($drequest->getCallsign()).
|
||||
'&path='.phutil_escape_uri('/'.$drequest->getPath()),
|
||||
),
|
||||
'Search Owners'));
|
||||
"Search Owners \xE2\x86\x97"));
|
||||
|
||||
return $nav;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue