mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01: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:
parent
1c45a7d8e2
commit
d199560a6b
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue