@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

vrana d91305e5 2137b49d

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionController.php
··· 83 83 '?repository='.phutil_escape_uri($drequest->getCallsign()). 84 84 '&path='.phutil_escape_uri('/'.$drequest->getPath()), 85 85 ), 86 - 'Search Owners')); 86 + "Search Owners \xE2\x86\x97")); 87 87 88 88 return $nav; 89 89 }