1
0
Fork 0
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:
Chad Little 2015-02-25 12:57:58 -08:00
parent 315aa4b000
commit 64be155551

View file

@ -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.'));