mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-27 13:57:25 +00:00
Fix #271
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-body table-responsive no-padding">
|
<div class="box-body table-responsive no-padding">
|
||||||
<table class="table table-hover sortable">
|
<table class="table table-hover sortable">
|
||||||
|
<tr>
|
||||||
|
<td>{{ trans('list.amount') }}</td>
|
||||||
|
<td>{{ journal|formatJournal }}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ trans('list.date') }}</td>
|
<td>{{ trans('list.date') }}</td>
|
||||||
<td>{{ journal.date.formatLocalized(monthAndDayFormat) }}</td>
|
<td>{{ journal.date.formatLocalized(monthAndDayFormat) }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user