mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-06 17:38:29 +02:00
Set Payment Methods list to flush in Phortune
Summary: Slighlty tidier display. Test Plan: Go to Phortune, see flush spacing on Payment Methods Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11887
This commit is contained in:
parent
315aa4b000
commit
64be155551
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ final class PhortuneAccountViewController extends PhortuneController {
|
||||||
|
|
||||||
$list = id(new PHUIObjectItemListView())
|
$list = id(new PHUIObjectItemListView())
|
||||||
->setUser($viewer)
|
->setUser($viewer)
|
||||||
|
->setFlush(true)
|
||||||
->setNoDataString(
|
->setNoDataString(
|
||||||
pht('No payment methods associated with this account.'));
|
pht('No payment methods associated with this account.'));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue