@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.

Fix double-bordered breadcrumbs in Phame blogs

Summary: Ref T13661. The Phame blog main page has a double breadcrumb border in non-live mode.

Test Plan: Viewed a blog page in internal and live modes, saw single border in both cases (previously: double border for internal mode).

Maniphest Tasks: T13661

Differential Revision: https://secure.phabricator.com/D21750

+2 -1
+2 -1
src/applications/phame/controller/blog/PhameBlogViewController.php
··· 103 103 ->setDescription($description) 104 104 ->setImage($blog->getProfileImageURI()); 105 105 106 - $crumbs = $this->buildApplicationCrumbs(); 106 + $crumbs = $this->buildApplicationCrumbs() 107 + ->setBorder(false); 107 108 108 109 $page = $this->newPage() 109 110 ->setTitle($blog->getName())