diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index f5007c068..be8c2ea8d 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -1,4 +1,4 @@ -a + @@ -21,19 +21,8 @@ a - - - [ {{item.requiredCopayers}} of {{item.totalCopayers}} ] - {{item.name || item.id}} - - - - - {{item.balanceInfo.totalBalance || 0}} {{item.settings.unitName}} - {{item.balanceInfo.totalBalanceAlternative}} {{item.balanceInfo.alternativeIsoCode}} - - Waiting for copayers... - + {{item.name || item.id}} + {{item.requiredCopayers}} of {{item.totalCopayers}} @@ -54,7 +43,7 @@ a - + Close diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 3cb19373c..08d986bb6 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -5,21 +5,10 @@ - [ {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] {{$root.wallet.getName()}} - - - Waiting for copayers... - - - - {{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}} - {{$root.wallet.balanceInfo.totalBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} - N/A - - + {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} @@ -34,17 +23,6 @@ - - - {{'Locked'|translate}} - - - - {{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} - - {{$root.wallet.balanceInfo.lockedBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} - - - @@ -58,18 +36,8 @@ - - [ {{item.requiredCopayers}} of {{item.totalCopayers}} ] - {{item.name || item.id}} - - - - - {{item.balanceInfo.totalBalance || 0}} {{item.settings.unitName}} - {{item.balanceInfo.totalBalanceAlternative}} {{item.balanceInfo.alternativeIsoCode}} - - Waiting for copayers... - + {{item.name || item.id}} + {{item.requiredCopayers}} of {{item.totalCopayers}}