mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
12 lines
458 B
PHP
12 lines
458 B
PHP
<footer class="app-footer">
|
|
<!--begin::To the end-->
|
|
<div class="float-end d-none d-sm-inline">
|
|
v<a href="{{ route('debug') }}">{{ $FF_VERSION }}</a>
|
|
</div>
|
|
<!--end::To the end-->
|
|
<!--begin::Copyright-->
|
|
<a href="https://github.com/firefly-iii/firefly-iii/">Firefly III</a> © James Cole,
|
|
<a href="https://github.com/firefly-iii/firefly-iii/blob/main/LICENSE">AGPL-3.0-or-later</a>
|
|
<!--end::Copyright-->
|
|
</footer>
|