mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-06 14:13:37 -07:00
27 lines
857 B
PHP
27 lines
857 B
PHP
<div class="row">
|
|
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 offset-lg-3 col-md-offset-3">
|
|
<div class="box box-success">
|
|
<div class="card-header">
|
|
<h3 class="card-title">{{ ('no_'~type~'_title_'~objectType)|_ }}</h3>
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
<p>
|
|
{{ ('no_'~type~'_intro_'~objectType)|_ }}
|
|
</p>
|
|
<p>
|
|
{{ ('no_'~type~'_imperative_'~objectType)|_ }}
|
|
|
|
</p>
|
|
<p class="text-center">
|
|
<a class="btn btn-lg btn-success" href="{{ route }}">{{ ('no_'~type~'_create_'~objectType)|_ }}</a>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" nonce="{{ $JS_NONCE }}">
|
|
forceDemoOff = true;
|
|
</script>
|