Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
lnbits/templates/wallet.html
|
@ -88,12 +88,19 @@ |
|
|
<button |
|
|
<button |
|
|
onclick="sendfundsinput()" |
|
|
onclick="sendfundsinput()" |
|
|
class="btn btn-block btn-primary btn-lg" |
|
|
class="btn btn-block btn-primary btn-lg" |
|
|
|
|
|
data-toggle="modal" |
|
|
|
|
|
data-target=".sends" |
|
|
> |
|
|
> |
|
|
Send |
|
|
Send |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-sm-3"> |
|
|
<div class="col-sm-3"> |
|
|
<button onclick="receive()" class="btn btn-block btn-primary btn-lg"> |
|
|
<button |
|
|
|
|
|
onclick="receive()" |
|
|
|
|
|
class="btn btn-block btn-primary btn-lg" |
|
|
|
|
|
data-toggle="modal" |
|
|
|
|
|
data-target=".receives" |
|
|
|
|
|
> |
|
|
Receive |
|
|
Receive |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|