Move DiffusionHistoryListView to DiffusionCommitListView

Summary: I think this name is more accurate, also add proper links to author image.

Test Plan: Review commits in sandbox, see new URL on image.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18026
This commit is contained in:
Chad Little
2017-05-26 09:26:06 -07:00
parent b27c2ed6d1
commit aefc006ba5
3 changed files with 7 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ final class PhabricatorPeopleProfileCommitsController
->setLimit(100)
->execute();
$list = id(new DiffusionHistoryListView())
$list = id(new DiffusionCommitListView())
->setViewer($viewer)
->setCommits($commits)
->setNoDataString(pht('No recent commits.'));