mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Lots of code cleanup.
This commit is contained in:
@@ -32,10 +32,20 @@
|
||||
{{mf($entry->amount_max)}}
|
||||
</td>
|
||||
<td>
|
||||
<!-- TODO -->
|
||||
<?php $lastMatch = $entry->lastFoundMatch();?>
|
||||
@if($lastMatch)
|
||||
{{$lastMatch->format('j F Y')}}
|
||||
@else
|
||||
<em>Unknown</em>
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<!-- TODO -->
|
||||
<?php $nextExpectedMatch = $entry->nextExpectedMatch();?>
|
||||
@if($nextExpectedMatch)
|
||||
{{$nextExpectedMatch->format('j F Y')}}
|
||||
@else
|
||||
<em>Unknown</em>
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
@if($entry->active)
|
||||
|
||||
Reference in New Issue
Block a user