Compare commits

...

2 commits

Author SHA1 Message Date
Jojo144
fb2fa95651
Merge 6e7b41292a into c2db991ffd 2024-12-27 00:07:26 +01:00
Jojo144
6e7b41292a Add a tooltip to document the Settle button 2024-12-25 19:42:02 +01:00

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>