mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Use PHUIStatusListView in Diffusion commit list
Summary: Fixes T10626. Adds proper wrapper Test Plan: Review spacing on a commit with comitted in the property list. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10626 Differential Revision: https://secure.phabricator.com/D15498
This commit is contained in:
parent
981f3a9068
commit
d5f9e49e29
1 changed files with 3 additions and 1 deletions
|
@ -496,9 +496,11 @@ final class DiffusionCommitController extends DiffusionController {
|
|||
$committed_info->setTarget($author_name);
|
||||
}
|
||||
|
||||
$committed_list = new PHUIStatusListView();
|
||||
$committed_list->addItem($committed_info);
|
||||
$view->addProperty(
|
||||
pht('Committed'),
|
||||
$committed_info);
|
||||
$committed_list);
|
||||
|
||||
if ($push_logs) {
|
||||
$pushed_list = new PHUIStatusListView();
|
||||
|
|
Loading…
Reference in a new issue