Update Phriction History UI

Summary: Uses cards, fixes bgcolors.

Test Plan: View edit history on a few documents.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad

Differential Revision: https://secure.phabricator.com/D8648
This commit is contained in:
Chad Little
2014-03-30 11:18:49 -07:00
parent af3dd4c512
commit 42da874691
4 changed files with 8 additions and 5 deletions

View File

@@ -42,6 +42,8 @@ final class PhrictionHistoryController
$handles = $this->loadViewerHandles($author_phids);
$list = new PHUIObjectItemListView();
$list->setCards(true);
$list->setFlush(true);
foreach ($history as $content) {