More magic words.

This commit is contained in:
James Cole
2016-01-22 10:10:51 +01:00
parent f5cbed7c0c
commit f5a21f64c0
3 changed files with 21 additions and 26 deletions

View File

@@ -103,8 +103,8 @@
<li>
<a href="{{ route('reports.report',
['default',
startOfYear.format('Ymd'),
endOfYear.format('Ymd'),
'currentYearStart',
'currentYearEnd',
accountList
]) }}">{{ 'report_this_year_quick'|_ }}</a>
</li>
@@ -112,7 +112,7 @@
<a href="{{ route('reports.report',
['default',
start.format('Ymd'),
endOfMonth.format('Ymd'),
'currentMonthEnd',
accountList
]) }}">{{ 'report_all_time_quick'|_ }}</a>
</li>