Wallet/public/views/preferencesDeleteWallet.html

17 lines
656 B
HTML
Raw Normal View History

2016-08-17 13:07:48 -03:00
<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Delete Wallet' | translate}}</ion-nav-title>
2016-08-29 16:48:15 -03:00
<ion-nav-back-button>
</ion-nav-back-button>
2016-08-16 16:47:51 -03:00
</ion-nav-bar>
<ion-content>
<div class="card">
<h1 class="text-center" translate>Warning!</h2>
<div class="assertive padding" translate>Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED</div>
<div class="text-center padding">
<span ng-show="alias">{{alias}}</span>{{walletName}}
</div>
2016-08-16 16:47:51 -03:00
</div>
<button class="button button-block button-assertive" ng-click="showDeletePopup()"translate>Delete</button>
2016-08-16 16:47:51 -03:00
</ion-content>
</ion-view>