Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17942002
D17586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D17586.diff
View Options
diff --git a/src/applications/phortune/controller/account/PhortuneAccountListController.php b/src/applications/phortune/controller/account/PhortuneAccountListController.php
--- a/src/applications/phortune/controller/account/PhortuneAccountListController.php
+++ b/src/applications/phortune/controller/account/PhortuneAccountListController.php
@@ -18,6 +18,7 @@
$merchants = id(new PhortuneMerchantQuery())
->setViewer($viewer)
->withMemberPHIDs(array($viewer->getPHID()))
+ ->needProfileImage(true)
->execute();
$title = pht('Accounts');
@@ -39,7 +40,7 @@
->setHeader($account->getName())
->setHref($this->getApplicationURI($account->getID().'/'))
->setObject($account)
- ->setImageIcon('fa-credit-card');
+ ->setImageIcon('fa-user-circle');
$payment_list->addItem($item);
}
@@ -71,7 +72,7 @@
->setHeader($merchant->getName())
->setHref($this->getApplicationURI('/merchant/'.$merchant->getID().'/'))
->setObject($merchant)
- ->setImageIcon('fa-bank');
+ ->setImageURI($merchant->getProfileImageURI());
$merchant_list->addItem($item);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 1, 6:08 AM (3 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8787584
Default Alt Text
D17586.diff (1 KB)
Attached To
Mode
D17586: Update PhortuneLanding page UI
Attached
Detach File
Event Timeline
Log In to Comment