mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 00:41:49 +02:00
Merge 6e7b41292a
into c2db991ffd
This commit is contained in:
commit
fb2fa95651
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue