mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some demo page text [skip ci]
This commit is contained in:
1
resources/views/demo/accounts/index.twig
Normal file
1
resources/views/demo/accounts/index.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ trans('demo.accounts-index') }}
|
1
resources/views/demo/budgets/index.twig
Normal file
1
resources/views/demo/budgets/index.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ trans('demo.budgets-index') }}
|
7
resources/views/demo/reports/index.twig
Normal file
7
resources/views/demo/reports/index.twig
Normal 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 }}
|
Reference in New Issue
Block a user