mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Better list for bills.
This commit is contained in:
parent
0cb0720d8b
commit
284732c7a6
@ -3,7 +3,7 @@
|
||||
<th> </th>
|
||||
<th>Name</th>
|
||||
<th>Matches on</th>
|
||||
<th>Matching amount</th>
|
||||
<th colspan="2">Matching amount</th>
|
||||
<th>Last seen match</th>
|
||||
<th>Next expected match</th>
|
||||
<th>Is active</th>
|
||||
@ -28,7 +28,8 @@
|
||||
</td>
|
||||
<td>
|
||||
{!! Amount::format($entry->amount_min) !!}
|
||||
—
|
||||
</td>
|
||||
<td>
|
||||
{!! Amount::format($entry->amount_max) !!}
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user