Add a tooltip to document the Settle button

This commit is contained in:
Jojo144 2024-12-25 19:42:02 +01:00
parent 61ea1f54d2
commit 6e7b41292a

View file

@ -19,7 +19,9 @@
<td>
<span id="settle-bill" class="ml-auto pb-2">
<a href="{{ url_for('.settle', amount = bill.amount, ower_id = bill.ower.id, payer_id = bill.receiver.id) }}" class="btn btn-primary">
<div data-toggle="tooltip" title='{{ _("Click here to record that the money transfer has been done") }}'>
{{ ("Settle") }}
</div>
</a>
</span>
</td>