mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +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 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="col">
|
||||
|
||||
</div>
|
||||
<div class="col text-right">
|
||||
<div class="col-lg-12">
|
||||
<a asp-action="NewPullPayment"
|
||||
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>
|
||||
<a href="https://docs.btcpayserver.org/PullPayments/" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue