mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove .twig extension. [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "./layout/default.twig" %}
|
||||
{% extends "./layout/default" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, start, end, reportType, accountIds) }}
|
||||
@@ -62,7 +62,7 @@
|
||||
balance: auditData[account.id].endBalance|formatAmount
|
||||
})|raw }}
|
||||
</p>
|
||||
{% include 'reports/partials/journals-audit-tasker.twig' with {'journals': auditData[account.id].journals,'account':account} %}
|
||||
{% include 'reports/partials/journals-audit-tasker' with {'journals': auditData[account.id].journals,'account':account} %}
|
||||
<p style="padding:10px;">
|
||||
{{ trans('firefly.audit_end_balance',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user