mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
More demo text [skip ci]
This commit is contained in:
1
resources/views/demo/home.twig
Normal file
1
resources/views/demo/home.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ trans('demo.index', {asset: route('accounts.index', ['asset']), budgets: route('budgets.index'), reports: route('reports.index')})|raw }}
|
||||
1
resources/views/demo/index.twig
Normal file
1
resources/views/demo/index.twig
Normal file
@@ -0,0 +1 @@
|
||||
{{ trans('demo.index', {asset: route('accounts.index', ['asset']), budgets: route('budgets.index'), reports: route('reports.index')})|raw }}
|
||||
@@ -1,3 +1,3 @@
|
||||
{{ trans('demo.no_demo_text')|raw }}
|
||||
{{ trans('demo.no_demo_text', {route: Route.getCurrentRoute.getName})|raw }}
|
||||
|
||||
{{ trans('demo.see_help_icon')|raw }}
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<p class="well">
|
||||
{% include ['demo.no-demo-text', 'demo.' ~ Route.getCurrentRoute.getName] %}
|
||||
{% include ['demo.' ~ Route.getCurrentRoute.getName, 'demo.no-demo-text'] %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user