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:
Chad Little 2015-01-02 11:39:47 -08:00
parent e048eaf1f5
commit 61e26cd242

View file

@ -152,7 +152,7 @@ final class PhabricatorAuditListView extends AphrontView {
->addAttribute($status_text)
->addAttribute($reasons)
->addIcon('none', $committed)
->addByline(pht('Author: %s', $author_name));
->addByline($author_name);
if (!empty($auditors)) {
$item->addAttribute(pht('Auditors: %s', $auditors));