Merge pull request #1717 from matiaspando/feature/selectWalletOnBIP21
Shows the wallet on a pop up
This commit is contained in:
commit
7209745446
4 changed files with 68 additions and 18 deletions
|
|
@ -9,6 +9,20 @@
|
|||
<img src="img/logo-negative-beta.svg" alt="Copay" width="146" height="59">
|
||||
<div ng-include="'views/includes/version.html'"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<a class="text-gray" translate ng-click="setPayment()">
|
||||
Test payment
|
||||
</a>
|
||||
|
||||
<div class="p10 box-setup bg-success m10b text-white" ng-show="pendingPayment">
|
||||
<div class="left">
|
||||
<i class="size-36 m10r"></i>
|
||||
</div>
|
||||
<div class="size-14">
|
||||
Please sign in to make the payment
|
||||
</div>
|
||||
</div>
|
||||
<div class="p10 box-setup bg-success m10b text-white" ng-show="confirmedEmail">
|
||||
<div class="left">
|
||||
<i class="size-36 fi-check m10r"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue