mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
Localize date in the "Added on" tooltip in the list of bills
This commit is contained in:
parent
384d3eeb2c
commit
8a5193f443
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
<tr owers="{{bill.owers|join(',','id')}}" payer="{{bill.payer.id}}">
|
||||
<td>
|
||||
<span data-toggle="tooltip" data-placement="top"
|
||||
title="{{ _('Added on %(date)s', date=bill.creation_date if bill.creation_date else bill.date) }}">
|
||||
title="{{ _('Added on %(date)s', date=bill.creation_date|dateformat("long") if bill.creation_date else bill.date|dateformat("long")) }}">
|
||||
{{ bill.date }}
|
||||
</span>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue