Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15450895
D11817.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Referenced Files
None
Subscribers
None
D11817.diff
View Options
diff --git a/src/applications/audit/view/PhabricatorAuditListView.php b/src/applications/audit/view/PhabricatorAuditListView.php
--- a/src/applications/audit/view/PhabricatorAuditListView.php
+++ b/src/applications/audit/view/PhabricatorAuditListView.php
@@ -152,10 +152,10 @@
->addAttribute($status_text)
->addAttribute($reasons)
->addIcon('none', $committed)
- ->addByline($author_name);
+ ->setSubHead(pht('Author: %s', $author_name));
if (!empty($auditors)) {
- $item->addAttribute(pht('Auditors: %s', $auditors));
+ $item->addByLine(pht('Auditors: %s', $auditors));
}
$list->addItem($item);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 6:53 PM (2 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7445451
Default Alt Text
D11817.diff (677 B)
Attached To
Mode
D11817: Touch up Audit/Commit List UI
Attached
Detach File
Event Timeline
Log In to Comment