Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391966
D15456.id37249.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
736 B
Referenced Files
None
Subscribers
None
D15456.id37249.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 12:35 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387297
Default Alt Text
D15456.id37249.diff (736 B)
Attached To
Mode
D15456: Add date to author panel in Maniphest
Attached
Detach File
Event Timeline
Log In to Comment