@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 a "Description" header to the repository view for consistency

Summary: We don't have a section header on `/diffusion/X/` for descriptions right now. Add one to improve consistency.

Test Plan: Looked at a repository.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

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

+1
+1
src/applications/diffusion/controller/DiffusionRepositoryController.php
··· 185 185 $repository, 186 186 'description', 187 187 $user); 188 + $view->addSectionHeader(pht('Description')); 188 189 $view->addTextContent($description); 189 190 } 190 191