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

21 lines
735 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">
<h1 class="text-center m20b p20h">Are you sure you would like to log out of your Bitpay Card account?</h1>
<p class="text-gray p20h">You will need to log back for fill in your Bitpay Card.</p>
<div class="row">
<div class="col">
<button class="button button-block button-stable" ng-click="cancel()">
Cancel
</button>
</div>
<div class="col">
<button class="button button-block button-assertive" ng-click="ok()">
<span>Log out</span>
</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>