Fixes: waiting copayers

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 18:15:19 -03:00
parent fb4c18147c
commit 493045c2f4
2 changed files with 23 additions and 21 deletions

View File

@ -35,7 +35,8 @@
</div>
</div>
<div class="box-setup-copayers oh p20">
<div class="box-setup-copayers p20">
<div class="oh">
<div ng-include="'views/includes/video.html'"></div>
<div ng-if="!$root.wallet.publicKeyRing.isComplete()">
<img
@ -50,11 +51,12 @@
</p>
</div>
</div>
<div class="text-gray left" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()">
<div class="line-sidebar-b"></div>
<div class="text-gray m10t" ng-if="$root.wallet && $root.wallet.publicKeyRing.isComplete()">
<i class="text-white fi-loop icon-rotate spinner"></i> Waiting for other
copayers to make a Backup
</div>
</div>
<div class="text-right">
<a class="text-primary m20r" ng-click="dowloadBackup()"
@ -81,11 +83,11 @@
ng-show="$root.wallet.publicKeyRing.isBackupReady()">
<span ng-show="$root.wallet.publicKeyRing.remainingBackups() > 1">
{{ $root.wallet.publicKeyRing.remainingBackups() }} people have
</span>
<span ng-show="$root.wallet.publicKeyRing.remainingBackups() == 1">
One person has
</span>
yet to backup the wallet.
</span>
</button>
</div>
</div>