mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
fix styling
This commit is contained in:
parent
272263abc2
commit
925a9803f1
1 changed files with 6 additions and 4 deletions
|
@ -28,13 +28,15 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
@if (Model.AmountDue > 0)
|
||||
{
|
||||
<div class="d-flex justify-content-center">
|
||||
|
||||
<div class="d-flex justify-content-center">
|
||||
@if (Model.AmountDue > 0)
|
||||
{
|
||||
<a class="btn btn-outline-primary" href="@Model.PullPaymentLink">Sweep remaining balance</a>
|
||||
}
|
||||
|
||||
</div>
|
||||
}
|
||||
<div class="d-flex justify-content-center">
|
||||
<div class="boltcard-reset boltcard-details mt-3 mt-sm-0 nfc-supported w-100 text-center">
|
||||
<a class="btn btn-outline-danger" href="@Model.BoltcardKeysResetLink">Reset Boltcard</a>
|
||||
<p class="text-secondary mt-2">Requires installing the <a href="https://play.google.com/store/apps/details?id=com.lightningnfcapp&hl=en&gl=US">Bolt Card NFC Card Creator app</a></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue