Remove 'Author:' byline text
Summary: The actual author here usually gets truncated by the extra text, which doesn't seem needed in most (all?) cases. Test Plan: Look at list of recent commits. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11127
This commit is contained in:
parent
e048eaf1f5
commit
61e26cd242
|
@ -152,7 +152,7 @@ final class PhabricatorAuditListView extends AphrontView {
|
||||||
->addAttribute($status_text)
|
->addAttribute($status_text)
|
||||||
->addAttribute($reasons)
|
->addAttribute($reasons)
|
||||||
->addIcon('none', $committed)
|
->addIcon('none', $committed)
|
||||||
->addByline(pht('Author: %s', $author_name));
|
->addByline($author_name);
|
||||||
|
|
||||||
if (!empty($auditors)) {
|
if (!empty($auditors)) {
|
||||||
$item->addAttribute(pht('Auditors: %s', $auditors));
|
$item->addAttribute(pht('Auditors: %s', $auditors));
|
||||||
|
|
Loading…
Reference in a new issue