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:
@@ -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.'));
|
||||
|
||||
Reference in New Issue
Block a user