From 44792f1fdf2280bd4e19c8658165a428deb286a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 15 Feb 2018 15:17:32 -0300 Subject: [PATCH] [V4] REF: remove cards from duplicate bitcoin cash view --- .../settings/bitcoin-cash/bitcoin-cash.html | 66 ++++++++++--------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/src/pages/settings/bitcoin-cash/bitcoin-cash.html b/src/pages/settings/bitcoin-cash/bitcoin-cash.html index f5e012491..922216562 100644 --- a/src/pages/settings/bitcoin-cash/bitcoin-cash.html +++ b/src/pages/settings/bitcoin-cash/bitcoin-cash.html @@ -9,43 +9,47 @@ No wallets eligible for Bitcoin Cash support - - +
+ {{'BTC wallets' | translate}} - + - - - - -

{{wallet.credentials.walletName}}

-

- {{wallet.status && wallet.status.totalBalanceStr ? wallet.status.totalBalanceStr : wallet.cachedBalance}} -

- - - -
- + + + + + +

{{wallet.credentials.walletName}}

+

+ {{wallet.status && wallet.status.totalBalanceStr ? wallet.status.totalBalanceStr : wallet.cachedBalance}} +

+ + + +
+
+
- - +
+ Non eligible BTC wallets - + - - - - -

{{wallet.credentials.walletName}}

-

{{wallet.excludeReason}}

-
+ + + + + +

{{wallet.credentials.walletName}}

+

{{wallet.excludeReason}}

+
+
-
+ Some of your wallets are not eligible for Bitcoin Cash support. You can try to access BCH funds from these wallets using the - recovery tool. -
- - + recovery tool. + +
+ \ No newline at end of file