mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 05:42:40 +01:00
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
This commit is contained in:
parent
5fdae4b6eb
commit
24a5d0505a
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
|||
$repository,
|
||||
'description',
|
||||
$user);
|
||||
$view->addSectionHeader(pht('Description'));
|
||||
$view->addTextContent($description);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue