mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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())
|
||||
->setUser($viewer)
|
||||
->setFlush(true)
|
||||
->setNoDataString(
|
||||
pht('No payment methods associated with this account.'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue