@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hide Pager border if no pager exists

Summary: I guess we have this magical method that tells me if a pager is coming down the render pipe. Huzzah.

Test Plan: Test Branches page in Diffusion, see no pager border.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D18202

+3 -1
+3 -1
src/view/phui/PHUIObjectBoxView.php
··· 302 302 303 303 $pager = null; 304 304 if ($this->pager) { 305 - $pager = phutil_tag_div('phui-object-box-pager', $this->pager); 305 + if ($this->pager->willShowPagingControls()) { 306 + $pager = phutil_tag_div('phui-object-box-pager', $this->pager); 307 + } 306 308 } 307 309 308 310 $content = array(