1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix audit display on the homedashpageboxlist

Summary: we need set flush on the home display

Test Plan: checked home and audit home, both cards, proper spacing

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D8939
This commit is contained in:
Chad Little 2014-05-01 16:09:25 -07:00
parent 173fd49e67
commit f32662a729

View file

@ -79,6 +79,7 @@ final class PhabricatorAuditListView extends AphrontView {
public function render() {
$list = $this->buildList();
$list->setFlush(true);
return $list->render();
}