[Redesign] Fix Pager on Phriction History

Summary: Ref T8099, Fixes layout of the Pager, all adds distinction to the current pager button.

Test Plan: Edit a Phriction document 100 times. Get a pager.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D13549
This commit is contained in:
Chad Little
2015-07-04 13:17:35 -07:00
parent 54194acd39
commit 9615f0a629
3 changed files with 12 additions and 4 deletions

View File

@@ -156,13 +156,17 @@ final class PhrictionHistoryController
$obj_box = id(new PHUIObjectBoxView())
->setHeader($header)
->setObjectList($list)
->setObjectList($list);
$pager = id(new PHUIBoxView())
->addClass('ml')
->appendChild($pager);
return $this->buildApplicationPage(
array(
$crumbs,
$obj_box,
$pager,
),
array(
'title' => pht('Document History'),