Split index.html in many files smaller. New right column when the wallet is ready. Removed templates selector.
This commit is contained in:
parent
6bad4ae59d
commit
0a027360a8
28 changed files with 1394 additions and 1749 deletions
11
views/uri_payment.html
Normal file
11
views/uri_payment.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<h3 class="text-center">
|
||||
Preparing payment...
|
||||
</h3>
|
||||
<div data-ng-init="" data-ng-controller="UriPaymentController">
|
||||
<p>Protocol: {{protocol}}</p>
|
||||
<p>To: {{address}}</p>
|
||||
<p>Amount: {{amount}}</p>
|
||||
<p>Message:</p>
|
||||
<div class="alert-box secondary radius">{{message}}</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue