diff --git a/src/applications/phriction/editor/PhrictionTransactionEditor.php b/src/applications/phriction/editor/PhrictionTransactionEditor.php --- a/src/applications/phriction/editor/PhrictionTransactionEditor.php +++ b/src/applications/phriction/editor/PhrictionTransactionEditor.php @@ -429,6 +429,13 @@ PhabricatorEnv::getProductionURI($this->contentDiffURI)); } + $description = $object->getContent()->getDescription(); + if (strlen($description)) { + $body->addTextSection( + pht('EDIT NOTES'), + $description); + } + $body->addLinkSection( pht('DOCUMENT DETAIL'), PhabricatorEnv::getProductionURI(