mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
Replace pull payments body copy with a tooltip docs link
This commit is contained in:
parent
9f7af1c7d3
commit
afce1682a6
1 changed files with 2 additions and 14 deletions
|
@ -17,25 +17,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-12">
|
|
||||||
<p>
|
|
||||||
Pull payments are a way to allow a receiver of your payment the ability to "pull it" from your wallet at a convenient time.
|
|
||||||
For example, if the receiver of your payment is a freelancer, you allow the freelancer to pull funds from the wallet, at his convenience and within limits, as he completes the job.
|
|
||||||
|
|
||||||
This decreases the need of communication required between you and the freelancer.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row button-row">
|
<div class="row button-row">
|
||||||
<div class="col">
|
<div class="col-lg-12">
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="col text-right">
|
|
||||||
<a asp-action="NewPullPayment"
|
<a asp-action="NewPullPayment"
|
||||||
asp-route-walletId="@this.Context.GetRouteValue("walletId")"
|
asp-route-walletId="@this.Context.GetRouteValue("walletId")"
|
||||||
class="btn btn-primary" role="button" id="NewPullPayment"><span class="fa fa-plus"></span> Create a new pull payment</a>
|
class="btn btn-primary" role="button" id="NewPullPayment"><span class="fa fa-plus"></span> Create a new pull payment</a>
|
||||||
|
<a href="https://docs.btcpayserver.org/PullPayments/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue