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

Add a box around the pager in Diffusion

Summary: Fixes T9392, adds some sweet sweet margin to the pager.

Test Plan: See pager with new padding, test different pages, breakpoints.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9392

Differential Revision: https://secure.phabricator.com/D14098
This commit is contained in:
Chad Little 2015-09-11 08:59:56 -07:00
parent 1c45a7d8e2
commit d199560a6b

View file

@ -79,6 +79,10 @@ final class DiffusionHistoryController extends DiffusionController {
'view' => 'history', 'view' => 'history',
)); ));
$pager = id(new PHUIBoxView())
->addClass('ml')
->appendChild($pager);
return $this->buildApplicationPage( return $this->buildApplicationPage(
array( array(
$crumbs, $crumbs,