From cea1a1175b1c6d363dfff82d3249b6b7fcf34ed6 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 7 Nov 2014 16:02:10 -0300 Subject: [PATCH] fixes sidebar: if wallet is not complete, show: waiting for copayers --- views/includes/sidebar.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index ef5cafda5..226960a25 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -11,13 +11,15 @@
- - -
- {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} - {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}} - N/A -
+ Waiting for copayers... +
+ +
+ {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} + {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}} + N/A +
+