Some demo page text [skip ci]

This commit is contained in:
James Cole
2016-12-26 12:32:48 +01:00
parent ab761696bf
commit 3f050d3d03
4 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1 @@
{{ trans('demo.accounts-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.budgets-index') }}

View File

@@ -0,0 +1,7 @@
{{ trans('demo.reports-index-start')|raw }}
<br />
<br />
{{ trans('demo.reports-index-examples', {
one: route('reports.report.default', ['1,2,3','currentMonthStart','currentMonthEnd']),
two: route('reports.report.default', ['1,2,3','20160101','20161231']),
three: route('reports.report.budget', ['1,2,3','2,1','20160101','20161231'])})|raw }}