Page MenuHomePhabricator

D15456.id.diff
No OneTemporary

D15456.id.diff

diff --git a/src/applications/maniphest/controller/ManiphestTaskDetailController.php b/src/applications/maniphest/controller/ManiphestTaskDetailController.php
--- a/src/applications/maniphest/controller/ManiphestTaskDetailController.php
+++ b/src/applications/maniphest/controller/ManiphestTaskDetailController.php
@@ -244,6 +244,8 @@
$author_href = $handles[$author_phid]->getURI();
$author = $viewer->renderHandle($author_phid)->render();
$content = phutil_tag('strong', array(), $author);
+ $date = phabricator_date($task->getDateCreated(), $viewer);
+ $content = pht('%s, %s', $content, $date);
$authored_by = id(new PHUIHeadThingView())
->setImage($author_uri)
->setImageHref($author_href)

File Metadata

Mime Type
text/plain
Expires
Sat, May 18, 4:07 PM (2 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6275260
Default Alt Text
D15456.id.diff (736 B)

Event Timeline