add payjoin tooltip

This commit is contained in:
Kukks 2020-04-13 11:51:25 +02:00
parent 5b7a20c33e
commit bd21bf9c0f

View file

@ -85,6 +85,7 @@
<div class="form-check mb-5">
<input asp-for="PayJoinEnabled" type="checkbox" class="form-check-input"/>
<label asp-for="PayJoinEnabled" class="form-check-label"></label>
<a href="https://docs.btcpayserver.org/features/payjoin" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a>
<span asp-validation-for="PayJoinEnabled" class="text-danger"></span>
</div>
</div>