mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix line [skip ci]
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<tfoot>
|
<tfoot>
|
||||||
{% if entries|length > listLength %}
|
{% if entries|length > listLength %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="active">
|
<td colspan="4" class="active">
|
||||||
<a href="#" class="listLengthTrigger">{{ trans('firefly.show_full_list',{number:incomeTopLength}) }}</a>
|
<a href="#" class="listLengthTrigger">{{ trans('firefly.show_full_list',{number:incomeTopLength}) }}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user