mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Fix #3585
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
{% if report|length > listLength %}
|
{% if report.categories|length > listLength %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" 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>
|
||||||
|
Reference in New Issue
Block a user