copay/www/views/modals/bitpay-card-confirmation.html

21 lines
775 B
HTML
Raw Normal View History

2016-08-22 13:43:31 -07:00
<ion-modal-view>
<ion-content ng-controller="bitpayCardConfirmationController">
<div class="text-center">
2017-06-06 07:04:16 -07:00
<h1 class="text-center m20b p20h" translate>Are you sure you would like to log out of your BitPay Card account?</h1>
<p class="text-gray p20h" translate>You will need to log back for fill in your BitPay Card.</p>
2016-08-22 13:43:31 -07:00
<div class="row">
<div class="col">
<button class="button button-block button-stable" ng-click="cancel()" translate>
2016-08-22 13:43:31 -07:00
Cancel
</button>
</div>
<div class="col">
<button class="button button-block button-assertive" ng-click="ok()">
<span translate>Log out</span>
2016-08-22 13:43:31 -07:00
</button>
</div>
</div>
2016-08-10 11:29:31 -07:00
</div>
2016-08-22 13:43:31 -07:00
</ion-content>
2016-08-10 11:29:31 -07:00
</ion-modal-view>