Page MenuHomePhabricator

D11817.id.diff
No OneTemporary

D11817.id.diff

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

Mime Type
text/plain
Expires
Sun, Mar 30, 8:53 PM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7445451
Default Alt Text
D11817.id.diff (677 B)

Event Timeline