Skip to content

Commit

Permalink
Add a tooltip to document the Settle button (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo144 authored Jan 3, 2025
1 parent 3a00771 commit cfc2ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ihatemoney/templates/settle_bills.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cfc2ffa

Please sign in to comment.