mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Remove Date from Diff hovercard
Summary: Fixes T6184. On a Revision page we don't show the date as an important piece of information, so it's also not likely useful on a Hovercard (and confusing as to what the date means). Test Plan: Hover over a linked Diff Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T6184 Differential Revision: https://secure.phabricator.com/D10579
This commit is contained in:
parent
aefdf31221
commit
3ce107fc42
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ final class DifferentialHovercardEventListener
|
|||
$hovercard->addField(pht('Author'),
|
||||
$handles[$rev->getAuthorPHID()]->renderLink());
|
||||
|
||||
$hovercard->addField(pht('Date'),
|
||||
phabricator_datetime($rev->getDateModified(), $viewer));
|
||||
|
||||
$hovercard->addField(pht('Reviewers'),
|
||||
implode_selected_handle_links(', ', $handles, $reviewer_phids));
|
||||
|
||||
|
|
Loading…
Reference in a new issue