Add delete wallet from the intermediate screen (it was lost in migration to new design)

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-06 16:51:45 -03:00
commit e264aa66a2
4 changed files with 17 additions and 4 deletions

View file

@ -73,8 +73,12 @@
</div>
<div class="text-right">
<a class="text-warning" ng-really-click="deleteWallet()"
ng-really-message="Are you sure to delete this wallet from this
computer?">Delete wallet</a>
<span class="text-gray">|</span>
<a class="text-primary m20r" ng-click="downloadBackup()"
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
ng-show="!$root.wallet.publicKeyRing.isComplete()">Download seed backup</a>
<button class="button primary m0"
ng-click="backup()"
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"